util/sasl.lua

changeset 1161
5bc2b7b5b81d
parent 1160
7e48324f946e
child 1305
37657578ea85
--- 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