Comparison

mod_sasl2/README.md @ 6211:750d64c47ec6 draft

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6061:26bfcb442138
child 6251:694f8fab07d4
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
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).
24 - Priority 1000: Session marked as authenticated, success response created (`event.success`) 21 - Priority 1000: Session marked as authenticated, success response created (`event.success`)
25 - Priority -1000: Success response sent to client 22 - Priority -1000: Success response sent to client
26 - Priority -1500: Updated <stream-features/> sent to client 23 - Priority -1500: Updated <stream-features/> sent to client
27 - `sasl2/c2s/failure` 24 - `sasl2/c2s/failure`
28 - `sasl2/c2s/error` 25 - `sasl2/c2s/error`
26
27 # Compatibility
28
29 This module requires Prosody **trunk** and is not compatible with 0.12 or older versions.
30
31
32 Prosody Version Status
33 ----------------------- ----------------
34 trunk as of 2024-11-24 Works
35 0.12 Does not work
36 ----------------------- ----------------