Software /
code /
prosody-modules
File
mod_log_auth/mod_log_auth.lua @ 973:1db6d5028b3d
mod_muc_log_http: rename fire_server_event to fire_event.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Sun, 07 Apr 2013 14:24:13 +0200 |
parent | 407:41feaf7fd8ac |
child | 1097:608d9019b0de |
line wrap: on
line source
module:hook("authentication-failure", function (event) module:log("info", "Failed authentication attempt (%s) from IP: %s", event.condition, event.session.ip); end);