mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Remove unused declaration of xmlns_stanzas
This commit is contained in:
parent
246e8535c1
commit
ddf88f4b38
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ local log = module._log;
|
|||
|
||||
local xmlns_sasl ='urn:ietf:params:xml:ns:xmpp-sasl';
|
||||
local xmlns_bind ='urn:ietf:params:xml:ns:xmpp-bind';
|
||||
local xmlns_stanzas ='urn:ietf:params:xml:ns:xmpp-stanzas';
|
||||
|
||||
local function build_reply(status, ret, err_msg)
|
||||
local reply = st.stanza(status, {xmlns = xmlns_sasl});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue