mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_legacyauth: Added a FIXME
This commit is contained in:
parent
3ede8212ce
commit
0373133890
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module:add_iq_handler("c2s_unauthed", "jabber:iq:auth",
|
|||
success, err_type, err, err_msg = sessionmanager.bind_resource(session, resource);
|
||||
if not success then
|
||||
session.send(st.error_reply(stanza, err_type, err, err_msg));
|
||||
return true;
|
||||
return true; -- FIXME need to unauthenticate here
|
||||
end
|
||||
end
|
||||
session.send(st.reply(stanza));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue