util/sasl.lua

changeset 1158
7d1e4fc1ee6d
parent 1134
3b1809910773
child 1159
f81c8cec0e71
--- 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