Change of the digest-md5 profile.
authorTobias Markmann <tm@ayena.de>
Fri, 13 Nov 2009 10:21:21 +0000 (11:21 +0100)
committerTobias Markmann <tm@ayena.de>
Fri, 13 Nov 2009 10:21:21 +0000 (11:21 +0100)
util/sasl.lua

index 8fe4727eccf71dd51c20d84080462632870a83f8..b07f878b20b04b96907ea07611a4d04855fdd638 100644 (file)
@@ -55,7 +55,8 @@ plain-test:
        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