util/sasl.lua
branchsasl
changeset 2190 9657276387af
parent 2188 1fd38975addd
child 2191 e79c0ce6cf54
--- 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