Software /
code /
prosody
Changeset
1374:e85726d084d6
Adding COMPAT comment.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Sat, 20 Jun 2009 19:06:04 +0200 |
parents | 1362:75c39ac6efa0 |
children | 1375:50ee4b327f86 |
files | util/sasl.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/util/sasl.lua Sat Jun 20 01:05:06 2009 +0500 +++ b/util/sasl.lua Sat Jun 20 19:06:04 2009 +0200 @@ -205,6 +205,7 @@ local A1 = ""; if response.authzid then if response.authzid == self.username.."@"..self.realm then + -- COMPAT log("warn", "Client is violating XMPP RFC. See section 6.1 of RFC 3920."); A1 = Y..":"..response["nonce"]..":"..response["cnonce"]..":"..response.authzid; else