# HG changeset patch # User Matthew Wild # Date 1669635444 0 # Node ID 5b77f4720bfee1512ffd9933a77e0fa2898b27ae # Parent e9cf361982d54a9e4318d3305a0d833a208899c6 mod_sasl2: Update and expand README with more (and updated) information diff -r e9cf361982d5 -r 5b77f4720bfe mod_sasl2/README.md --- a/mod_sasl2/README.md Mon Nov 28 11:35:15 2022 +0000 +++ b/mod_sasl2/README.md Mon Nov 28 11:37:24 2022 +0000 @@ -1,10 +1,18 @@ --- labels: -- Stage-Alpha +- Stage-Beta summary: "XEP-0388: Extensible SASL Profile" --- -Experimental implementation of [XEP-0388: Extensible SASL Profile] +Implementation of [XEP-0388: Extensible SASL Profile]. **Note: At the time of +writing (Nov 2022) the version of the XEP implemented by this module is still +working its way through the XSF standards process. See [PR #1214](https://github.com/xsf/xeps/pull/1214) +for the current status.** + +## Configuration + +This module honours the same configuration options as Prosody's existing +[mod_saslauth](https://prosody.im/doc/modules/mod_saslauth). ## Developers