From ed7bac60e1150960a169f5b280583d173c2497aa Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Thu, 15 Jul 2010 21:14:07 +0200 Subject: util.sasl.scram: Reference actual RFC instead of the draft. --- util/sasl/scram.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/sasl') diff --git a/util/sasl/scram.lua b/util/sasl/scram.lua index 63f6f2fe..de848b3d 100644 --- a/util/sasl/scram.lua +++ b/util/sasl/scram.lua @@ -27,7 +27,7 @@ local byte = string.byte; module "scram" --========================= ---SASL SCRAM-SHA-1 according to draft-ietf-sasl-scram-10 +--SASL SCRAM-SHA-1 according to RFC 5802 --[[ Supported Authentication Backends -- cgit v1.2.3