Comparison

mod_sasl2/README.md @ 6061:26bfcb442138

mod_sasl2: update README.md, the mentioned xep is stable now and not in the inbox anymore.
author Menel <menel@snikket.de>
date Sun, 24 Nov 2024 16:27:27 +0100
parent 5965:da942a3f3660
comparison
equal deleted inserted replaced
6060:c7c17fac41b3 6061:26bfcb442138
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 ----------------------- ----------------