diff mod_sasl2/README.md @ 5089:5b77f4720bfe

mod_sasl2: Update and expand README with more (and updated) information
author Matthew Wild <mwild1@gmail.com>
date Mon, 28 Nov 2022 11:37:24 +0000
parents 7d33178c79f2
children
line wrap: on
line diff
--- 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