From b35bf3760e750fa55ea3ad5d4e97c59ba2eda9a1 Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Fri, 15 May 2009 17:28:39 +0200 Subject: . --- util/sasl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/sasl.lua b/util/sasl.lua index 7a73b5bc..54715613 100644 --- a/util/sasl.lua +++ b/util/sasl.lua @@ -206,7 +206,7 @@ local function new_digest_md5(realm, password_handler) 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 = "?"; -- cgit v1.2.3