# HG changeset patch # User Matthew Wild # Date 1663861079 -3600 # Node ID 904dde7be981602c7916e0d5696d5ff549d577af # Parent 6db64f64c8c9bdaa10d30bfc759fb539b3795b5f mod_sasl2_bind2: Remove deprecated element from This is now communicated via SASL2's element. diff -r 6db64f64c8c9 -r 904dde7be981 mod_sasl2_bind2/mod_sasl2_bind2.lua --- a/mod_sasl2_bind2/mod_sasl2_bind2.lua Thu Sep 22 12:52:14 2022 +0100 +++ b/mod_sasl2_bind2/mod_sasl2_bind2.lua Thu Sep 22 16:37:59 2022 +0100 @@ -37,8 +37,7 @@ end session.log("debug", "Resource bound: %s", session.full_jid); - return st.stanza("bound", { xmlns = xmlns_bind2 }) - :text_tag("jid", session.full_jid) + return st.stanza("bound", { xmlns = xmlns_bind2 }); end -- Enable inline features requested by the client