Change of the digest-md5 profile. sasl

Fri, 13 Nov 2009 11:21:21 +0100

author
Tobias Markmann <tm@ayena.de>
date
Fri, 13 Nov 2009 11:21:21 +0100
branch
sasl
changeset 2186
9657276387af
parent 2185
1182e7ae2964
child 2187
e79c0ce6cf54

Change of the digest-md5 profile.

util/sasl.lua file | annotate | diff | comparison | revisions
--- a/util/sasl.lua	Fri Nov 13 11:10:06 2009 +0100
+++ b/util/sasl.lua	Fri Nov 13 11:21:21 2009 +0100
@@ -55,7 +55,8 @@
 	end
 
 digest-md5:
-	function(username, realm, encoding)
+	function(username, domain, realm, encoding) -- domain and realm are usually the same; for some broken
+												-- implementations it's not
 		return digesthash, state;
 	end
 

mercurial