mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_saslauth: Use a defined SASL error
This commit is contained in:
parent
139cafdbaf
commit
f1550b900d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ end
|
|||
|
||||
local function handle_status(session, status, ret, err_msg)
|
||||
if not session.sasl_handler then
|
||||
return "failure", "connection-timeout", "Connection gone";
|
||||
return "failure", "temporary-auth-failure", "Connection gone";
|
||||
end
|
||||
if status == "failure" then
|
||||
module:fire_event("authentication-failure", { session = session, condition = ret, text = err_msg });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue