Mercurial > prosody-modules
view mod_log_auth/mod_log_auth.lua @ 1041:7153b723fd87
mod_muc_limits: _Fixing_ mistake in MattJ's merge and in the same time handing him a coffee cup.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Sun, 02 Jun 2013 02:32:21 +0200 |
parents | 41feaf7fd8ac |
children | 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);