Change of the digest-md5 profile. sasl
authorTobias Markmann <tm@ayena.de>
Fri, 13 Nov 2009 11:21:21 +0100
branchsasl
changeset 2190 9657276387af
parent 2189 1182e7ae2964
child 2191 e79c0ce6cf54
Change of the digest-md5 profile.
util/sasl.lua
--- 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