Software /
code /
prosody-modules
Changeset
5045:6db64f64c8c9
mod_sasl2_bind2: Update xmlns to match latest XEP proposal (thanks Andrzej)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 22 Sep 2022 12:52:14 +0100 |
parents | 5044:f64d834ba744 |
children | 5046:904dde7be981 |
files | mod_sasl2_bind2/mod_sasl2_bind2.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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