mod_bind2: Add missing missing SASL2 namespace [luacheck]
authorKim Alvefur <zash@zash.se>
Sun, 28 Nov 2021 20:05:23 +0100
changeset 4799 8849b4f68534
parent 4798 d17a1581ea30
child 4800 9c7635911c56
mod_bind2: Add missing missing SASL2 namespace [luacheck] Shouldn't have to depend on that, but will do for now.
mod_bind2/mod_bind2.lua
--- a/mod_bind2/mod_bind2.lua	Sun Nov 28 19:59:26 2021 +0100
+++ b/mod_bind2/mod_bind2.lua	Sun Nov 28 20:05:23 2021 +0100
@@ -1,6 +1,7 @@
 local mm = require "core.modulemanager";
 local sm = require "core.sessionmanager";
 
+local xmlns_sasl2 --[[<const>]] = "urn:xmpp:sasl:1";
 local xmlns_bind2 --[[<const>]] = "urn:xmpp:bind2:0";
 local xmlns_carbons --[[<const>]] = "urn:xmpp:carbons:2";