# HG changeset patch # User Matthew Wild # Date 1663847534 -3600 # Node ID 6db64f64c8c9bdaa10d30bfc759fb539b3795b5f # Parent f64d834ba744b9d4d88049d20f47b2a91d74400c mod_sasl2_bind2: Update xmlns to match latest XEP proposal (thanks Andrzej) diff -r f64d834ba744 -r 6db64f64c8c9 mod_sasl2_bind2/mod_sasl2_bind2.lua --- a/mod_sasl2_bind2/mod_sasl2_bind2.lua Wed Sep 21 10:32:45 2022 +0100 +++ b/mod_sasl2_bind2/mod_sasl2_bind2.lua Thu Sep 22 12:52:14 2022 +0100 @@ -4,7 +4,7 @@ local sm_bind_resource = require "core.sessionmanager".bind_resource; -local xmlns_bind2 = "urn:xmpp:bind2:1"; +local xmlns_bind2 = "urn:xmpp:bind:0"; local xmlns_sasl2 = "urn:xmpp:sasl:2"; -- Advertise what we can do