changeset 5090:6947c34303cf

mod_sasl2_bind2: Update and expand README with current status
author Matthew Wild <mwild1@gmail.com>
date Mon, 28 Nov 2022 11:42:46 +0000
parents 5b77f4720bfe
children ec9bca2ac2b5
files mod_sasl2_bind2/README.md
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_sasl2_bind2/README.md	Mon Nov 28 11:37:24 2022 +0000
+++ b/mod_sasl2_bind2/README.md	Mon Nov 28 11:42:46 2022 +0000
@@ -1,7 +1,13 @@
 ---
 labels:
-- Stage-Alpha
+- Stage-Beta
 summary: "Bind 2 integration with SASL2"
 ---
 
-Add support for inlining Bind 2.0 into the SASL2 process. Experimental WIP.
+Add support for [XEP-0386: Bind 2], which is a new method for clients to bind
+resources and establish sessions in XMPP, using SASL2. **Note: At the time of
+writing (November 2022), this plugin implements a version of XEP-0386 that is
+still working its way through the XSF standards process. See [PR #1217](https://github.com/xsf/xeps/pull/1217)
+for more information and current status.**
+
+This module depends on [mod_sasl2]. It exposes no configuration options.