Mercurial > prosody-modules
view mod_log_sasl_mech/mod_log_sasl_mech.lua @ 1304:9f24ccaa66a6
mod_firewall: Do not cache conditions with only a single use
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Sun, 16 Feb 2014 18:19:12 +0100 |
parents | 2d061333d0c2 |
children | 4baaa5a66a5a |
line wrap: on
line source
module:hook("authentication-success", function (event) local sasl_handler = event.session.sasl_handler; module:log("info", "Authenticated with %s", sasl_handler and sasl_handler.selected or "legacy auth"); end);