changeset 4795:8849b4f68534

mod_bind2: Add missing missing SASL2 namespace [luacheck] Shouldn't have to depend on that, but will do for now.
author Kim Alvefur <zash@zash.se>
date Sun, 28 Nov 2021 20:05:23 +0100
parents d17a1581ea30
children 9c7635911c56
files mod_bind2/mod_bind2.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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";