Adding COMPAT comment.

remotes/origin/sasl
Tobias Markmann 17 years ago
parent 0405ab8738
commit 8be1d2e2d6
  1. 1
      util/sasl.lua

@ -205,6 +205,7 @@ local function new_digest_md5(realm, password_handler)
local A1 = "";
if response.authzid then
if response.authzid == self.username.."@"..self.realm then
-- COMPAT
log("warn", "Client is violating XMPP RFC. See section 6.1 of RFC 3920.");
A1 = Y..":"..response["nonce"]..":"..response["cnonce"]..":"..response.authzid;
else

Loading…
Cancel
Save