Adding COMPAT comment.

Sat, 20 Jun 2009 19:06:04 +0200

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

Adding COMPAT comment.

util/sasl.lua file | annotate | diff | comparison | revisions
--- 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

mercurial