Diff

util/sasl.lua @ 1374:e85726d084d6

Adding COMPAT comment.
author Tobias Markmann <tm@ayena.de>
date Sat, 20 Jun 2009 19:06:04 +0200
parent 1305:37657578ea85
child 1376:13587cf24435
line wrap: on
line diff
--- 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