Software /
code /
prosody-modules
File
mod_log_sasl_mech/mod_log_sasl_mech.lua @ 1298:659da45a2b4b
mod_smacks: Handle both version 2 and version 3 namespace
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Mon, 03 Feb 2014 22:17:40 +0100 |
parent | 1292:2d061333d0c2 |
child | 1393: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);