# HG changeset patch # User Tobias Markmann # Date 1279221247 -7200 # Node ID ce52f1d5cb74625f1be98cdb1906ef389eeb94f1 # Parent cd6836586a6a4ef8872a89e529e630a5806fdbae util.sasl.scram: Reference actual RFC instead of the draft. diff -r cd6836586a6a -r ce52f1d5cb74 util/sasl/scram.lua --- 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