# HG changeset patch # User jorj@jorj.org # Date 1261604703 18000 # Node ID 7d7618c2132136b36352dbc573fe4ba3e647ad1f # Parent a2972f9fda6d2c6dfac52341f638bebc8e5f56be added comment to remind us to fix binary output breaking the terminal later diff -r a2972f9fda6d -r 7d7618c21321 plugins/mod_saslauth.lua --- a/plugins/mod_saslauth.lua Tue Dec 22 21:08:58 2009 +0100 +++ b/plugins/mod_saslauth.lua Wed Dec 23 16:45:03 2009 -0500 @@ -121,7 +121,7 @@ local text = stanza[1]; if text then text = base64.decode(text); - log("debug", "%s", text); + log("debug", "%s", text); -- FIXME: binary output will screw up the terminal if not text then session.sasl_handler = nil; session.send(build_reply("failure", "incorrect-encoding"));