mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
added comment to remind us to fix binary output breaking the terminal
later
This commit is contained in:
parent
ebc2fcb9e2
commit
ec61c983ac
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue