Software /
code /
prosody
Changeset
1161:5bc2b7b5b81d
.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Fri, 15 May 2009 17:28:39 +0200 |
parents | 1160:7e48324f946e |
children | 1162:bd1f0e6d50a7 |
files | util/sasl.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 = "?";