mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_saslauth: Fix incorrect variable name introduced in 27a4a7e64831
This commit is contained in:
parent
5f2c086da7
commit
af0f1947cf
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ module:hook("stream-features", function(event)
|
|||
authmod, available_disabled);
|
||||
end
|
||||
|
||||
elseif not session.full_jid then
|
||||
elseif not origin.full_jid then
|
||||
features:tag("bind", bind_attr):tag("required"):up():up();
|
||||
features:tag("session", xmpp_session_attr):tag("optional"):up():up();
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue