Adding COMPAT comment.

2009-06-20

author
Tobias Markmann <tm@ayena.de>
date
Sat Jun 20 19:06:04 2009 +0200
changeset 1374
e85726d084d6
parent 1362
75c39ac6efa0
child 1375
50ee4b327f86

Adding COMPAT comment.

util/sasl.lua file | annotate | diff | revisions
     1.1 --- a/util/sasl.lua	Sat Jun 20 01:05:06 2009 +0500
     1.2 +++ b/util/sasl.lua	Sat Jun 20 19:06:04 2009 +0200
     1.3 @@ -205,6 +205,7 @@
     1.4  			local A1 = "";
     1.5  			if response.authzid then
     1.6  				if response.authzid == self.username.."@"..self.realm then
     1.7 +					-- COMPAT
     1.8  					log("warn", "Client is violating XMPP RFC. See section 6.1 of RFC 3920.");
     1.9  					A1 = Y..":"..response["nonce"]..":"..response["cnonce"]..":"..response.authzid;
    1.10  				else

mercurial