.

Fri, 15 May 2009 17:28:39 +0200

author
Tobias Markmann <tm@ayena.de>
date
Fri, 15 May 2009 17:28:39 +0200
changeset 1161
5bc2b7b5b81d
parent 1160
7e48324f946e
child 1162
bd1f0e6d50a7

.

util/sasl.lua file | annotate | diff | comparison | revisions
--- a/util/sasl.lua	Fri May 15 17:28:22 2009 +0200
+++ b/util/sasl.lua	Fri May 15 17:28:39 2009 +0200
@@ -206,7 +206,7 @@
 			local A1 = "";
 			if response.authzid then
 				if response.authzid == self.username.."@"..self.realm then
-					log("warn", "Client is violating XMPP RFC. See section 6.1 of RFC 3920");
+					log("warn", "Client is violating XMPP RFC. See section 6.1 of RFC 3920.");
 					A1 = Y..":"..response["nonce"]..":"..response["cnonce"]..":"..response.authzid;
 				else
 					A1 = "?";

mercurial