adding RFC comment

Fri, 15 May 2009 17:05:26 +0200

author
Tobias Markmann <tm@ayena.de>
date
Fri, 15 May 2009 17:05:26 +0200
changeset 1158
7d1e4fc1ee6d
parent 1145
06051191913d
child 1159
f81c8cec0e71

adding RFC comment

util/sasl.lua file | annotate | diff | comparison | revisions
--- a/util/sasl.lua	Wed May 13 23:24:49 2009 +0500
+++ b/util/sasl.lua	Fri May 15 17:05:26 2009 +0200
@@ -60,8 +60,10 @@
 	return object
 end
 
+
+-- implementing RFC 2831
 local function new_digest_md5(realm, password_handler)
-	--TODO maybe support for authzid
+	--TODO complete support for authzid
 
 	local function serialize(message)
 		local data = ""

mercurial