Mercurial > prosody-modules
view mod_log_auth/mod_log_auth.lua @ 552:d1e83cb12885
mod_service_directories: Initial commit. Untested. Support for both directory and buddy use cases. Incomplete pubsub support (only getting all items supported).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 15 Jan 2012 02:56:51 +0500 |
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);