Software /
code /
prosody-modules
Comparison
mod_sasl2_sm/README.md @ 6138:9db1529c06c2
Merge upstream
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sun, 05 Jan 2025 17:50:02 +0100 |
parent | 6108:532bd77adf2d |
comparison
equal
deleted
inserted
replaced
6137:4cb1cad2badd | 6138:9db1529c06c2 |
---|---|
3 - Stage-Beta | 3 - Stage-Beta |
4 summary: "XEP-0198 integration with SASL2" | 4 summary: "XEP-0198 integration with SASL2" |
5 rockspec: | 5 rockspec: |
6 dependencies: | 6 dependencies: |
7 - mod_sasl2 | 7 - mod_sasl2 |
8 - mod_sasl2_bind2 | |
8 --- | 9 --- |
9 | 10 |
10 Add support for inlining stream management negotiation into the SASL2 process. | 11 Add support for inlining stream management negotiation into the SASL2 process. (See [XEP-0388: Extensible SASL Profile]) |
11 | |
12 **Note: At the time of writing (November 2022), this module implements a | |
13 version of XEP-0198 that is still working its way through the XSF standards | |
14 process. For more information and current status, see [PR #1215](https://github.com/xsf/xeps/pull/1215).** | |
15 | 12 |
16 This module depends on [mod_sasl2] and [mod_sasl2_bind2]. It exposes no | 13 This module depends on [mod_sasl2] and [mod_sasl2_bind2]. It exposes no |
17 configuration options. | 14 configuration options. |
15 | |
16 # Compatibility | |
17 | |
18 Prosody-Version Status | |
19 --------------- ---------------------- | |
20 trunk Works as of 2024-12-21 | |
21 0.12 Does not work |