Software /
code /
prosody-modules
Changeset
6108:532bd77adf2d
mod_sasl2_sm: Add dependency to sasl2_bind2 as stated in the Readme to module and rockspec
author | Menel <menel@snikket.de> |
---|---|
date | Sat, 21 Dec 2024 21:25:15 +0100 |
parents | 6107:bc7acb8e627e |
children | 6109:446c305475b4 |
files | mod_sasl2_sm/README.md mod_sasl2_sm/mod_sasl2_sm.lua |
diffstat | 2 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_sasl2_sm/README.md Sat Dec 21 21:13:38 2024 +0100 +++ b/mod_sasl2_sm/README.md Sat Dec 21 21:25:15 2024 +0100 @@ -5,13 +5,17 @@ rockspec: dependencies: - mod_sasl2 + - mod_sasl2_bind2 --- -Add support for inlining stream management negotiation into the SASL2 process. - -**Note: At the time of writing (November 2022), this module implements a -version of XEP-0198 that is still working its way through the XSF standards -process. For more information and current status, see [PR #1215](https://github.com/xsf/xeps/pull/1215).** +Add support for inlining stream management negotiation into the SASL2 process. (See [XEP-0388: Extensible SASL Profile]) This module depends on [mod_sasl2] and [mod_sasl2_bind2]. It exposes no configuration options. + +# Compatibility + + Prosody-Version Status + --------------- ---------------------- + trunk Works as of 2024-12-21 + 0.12 Does not work