# HG changeset patch # User Tobias Markmann # Date 1242401319 -7200 # Node ID 5bc2b7b5b81dcd1454f6e85f8851154103c0c637 # Parent 7e48324f946e404b34814a9780b4ca773f0b89ad . diff -r 7e48324f946e -r 5bc2b7b5b81d util/sasl.lua --- 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 = "?";