Software /
code /
prosody-modules
Comparison
mod_sasl2/README.md @ 6138:9db1529c06c2
Merge upstream
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 05 Jan 2025 17:50:02 +0100 |
parent | 6061:26bfcb442138 |
comparison
equal
deleted
inserted
replaced
6137:4cb1cad2badd | 6138:9db1529c06c2 |
---|---|
2 labels: | 2 labels: |
3 - Stage-Beta | 3 - Stage-Beta |
4 summary: "XEP-0388: Extensible SASL Profile" | 4 summary: "XEP-0388: Extensible SASL Profile" |
5 --- | 5 --- |
6 | 6 |
7 Implementation of [XEP-0388: Extensible SASL Profile]. **Note: At the time of | 7 Implementation of [XEP-0388: Extensible SASL Profile]. |
8 writing (Nov 2022) the version of the XEP implemented by this module is still | |
9 working its way through the XSF standards process. See [PR #1214](https://github.com/xsf/xeps/pull/1214) | |
10 for the current status.** | |
11 | 8 |
12 ## Configuration | 9 ## Configuration |
13 | 10 |
14 This module honours the same configuration options as Prosody's existing | 11 This module honours the same configuration options as Prosody's existing |
15 [mod_saslauth](https://prosody.im/doc/modules/mod_saslauth). | 12 [mod_saslauth](https://prosody.im/doc/modules/mod_saslauth). |
29 | 26 |
30 # Compatibility | 27 # Compatibility |
31 | 28 |
32 This module requires Prosody **trunk** and is not compatible with 0.12 or older versions. | 29 This module requires Prosody **trunk** and is not compatible with 0.12 or older versions. |
33 | 30 |
34 ------- --------------- | 31 |
35 trunk Works | 32 Prosody Version Status |
36 0.12 Does not work | 33 ----------------------- ---------------- |
37 0.11 Does not work | 34 trunk as of 2024-11-24 Works |
38 ------- --------------- | 35 0.12 Does not work |
36 ----------------------- ---------------- |