# HG changeset patch # User Tobias Markmann # Date 1245517564 -7200 # Node ID e85726d084d62268127c5058f98cb1959ef28edd # Parent 75c39ac6efa042ecb142bd8db9c6e6704e2d385d Adding COMPAT comment. diff -r 75c39ac6efa0 -r e85726d084d6 util/sasl.lua --- a/util/sasl.lua Sat Jun 20 01:05:06 2009 +0500 +++ b/util/sasl.lua Sat Jun 20 19:06:04 2009 +0200 @@ -205,6 +205,7 @@ 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