diff mod_sasl2_bind2/mod_sasl2_bind2.lua @ 5039:c0d243b27e64

mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespace This is the namespace for the proposed update to XEP-0388. I.e. not even experimental yet... but this is all a work in progress anyway.
author Matthew Wild <mwild1@gmail.com>
date Tue, 13 Sep 2022 20:32:20 +0100
parents 8a8100fff580
children 17b87fffdb91
line wrap: on
line diff
--- a/mod_sasl2_bind2/mod_sasl2_bind2.lua	Tue Sep 06 16:01:12 2022 +0100
+++ b/mod_sasl2_bind2/mod_sasl2_bind2.lua	Tue Sep 13 20:32:20 2022 +0100
@@ -5,7 +5,7 @@
 local sm_bind_resource = require "core.sessionmanager".bind_resource;
 
 local xmlns_bind2 = "urn:xmpp:bind2:1";
-local xmlns_sasl2 = "urn:xmpp:sasl:1";
+local xmlns_sasl2 = "urn:xmpp:sasl:2";
 
 -- Advertise what we can do