# HG changeset patch # User Kim Alvefur # Date 1638126323 -3600 # Node ID 8849b4f68534e6ddb76ecc61b0e5d139843f3f6e # Parent d17a1581ea30d91dbaedec448e5ebe51e9343cba mod_bind2: Add missing missing SASL2 namespace [luacheck] Shouldn't have to depend on that, but will do for now. diff -r d17a1581ea30 -r 8849b4f68534 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 --[[]] = "urn:xmpp:sasl:1"; local xmlns_bind2 --[[]] = "urn:xmpp:bind2:0"; local xmlns_carbons --[[]] = "urn:xmpp:carbons:2";