mirror of https://github.com/sipwise/prosody.git
parent
80bcd4586c
commit
efb226e1a5
@ -0,0 +1,4 @@
|
||||
|
||||
module:hook("authentication-failure", function (event)
|
||||
module:log("info", "Failed authentication attempt (%s) from IP: %s", event.condition or "unknown-condition", event.session.ip or "?");
|
||||
end);
|
||||
Loading…
Reference in new issue