changeset 5091:ec9bca2ac2b5

mod_sasl2_sm: Update README with current information
author Matthew Wild <mwild1@gmail.com>
date Mon, 28 Nov 2022 11:49:07 +0000
parents 6947c34303cf
children 6594e7a9a174
files mod_sasl2_sm/README.md
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_sasl2_sm/README.md	Mon Nov 28 11:42:46 2022 +0000
+++ b/mod_sasl2_sm/README.md	Mon Nov 28 11:49:07 2022 +0000
@@ -1,7 +1,14 @@
 ---
 labels:
-- Stage-Alpha
+- Stage-Beta
 summary: "XEP-0198 integration with SASL2"
 ---
 
 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).**
+
+This module depends on [mod_sasl2] and [mod_sasl2_bind2]. It exposes no
+configuration options.