From 8be1d2e2d67939f263e0e1b2ed202e2aa9ea4eff Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Sat, 20 Jun 2009 19:06:04 +0200 Subject: Adding COMPAT comment. --- util/sasl.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/sasl.lua b/util/sasl.lua index 7f023321..11a25f3a 100644 --- a/util/sasl.lua +++ b/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 -- cgit v1.2.3