Mercurial > prosody-modules
view mod_log_sasl_mech/mod_log_sasl_mech.lua @ 1383:465e5d79551b
mod_s2s_auth_dane: Improve debug message and log it on the session
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 10 Apr 2014 22:40:11 +0200 |
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);