added comment to remind us to fix binary output breaking the terminal

later
This commit is contained in:
jorj 2009-12-23 16:45:03 -05:00
parent ebc2fcb9e2
commit ec61c983ac

View file

@ -121,7 +121,7 @@ local function sasl_handler(session, stanza)
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"));