util.sasl.scram: Reference actual RFC instead of the draft.

Thu, 15 Jul 2010 21:14:07 +0200

author
Tobias Markmann <tm@ayena.de>
date
Thu, 15 Jul 2010 21:14:07 +0200
changeset 3374
ce52f1d5cb74
parent 3373
cd6836586a6a
child 3376
529bc6ea24e2
child 3379
17d4298b2a58

util.sasl.scram: Reference actual RFC instead of the draft.

util/sasl/scram.lua file | annotate | diff | comparison | revisions
--- 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

mercurial