Mercurial > prosody-modules
diff mod_sasl2_sm/README.md @ 5094:c92c87daa09e
mod_sasl2_sm: Add explicit dependency on mod_sasl2
Ensures mod_sasl2 is installed and loaded so it can fire the relevant
events.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 28 Nov 2022 19:12:34 +0100 |
parents | ec9bca2ac2b5 |
children |
line wrap: on
line diff
--- a/mod_sasl2_sm/README.md Mon Nov 28 19:05:48 2022 +0100 +++ b/mod_sasl2_sm/README.md Mon Nov 28 19:12:34 2022 +0100 @@ -2,6 +2,9 @@ labels: - Stage-Beta summary: "XEP-0198 integration with SASL2" +rockspec: + dependencies: + - mod_sasl2 --- Add support for inlining stream management negotiation into the SASL2 process.