Software /
code /
prosody
Changeset
3374:ce52f1d5cb74
util.sasl.scram: Reference actual RFC instead of the draft.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Thu, 15 Jul 2010 21:14:07 +0200 |
parents | 3373:cd6836586a6a |
children | 3376:529bc6ea24e2 3379:17d4298b2a58 |
files | util/sasl/scram.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/util/sasl/scram.lua Thu Jul 15 22:07:45 2010 +0500 +++ b/util/sasl/scram.lua Thu Jul 15 21:14:07 2010 +0200 @@ -27,7 +27,7 @@ module "scram" --========================= ---SASL SCRAM-SHA-1 according to draft-ietf-sasl-scram-10 +--SASL SCRAM-SHA-1 according to RFC 5802 --[[ Supported Authentication Backends