# HG changeset patch # User Tobias Markmann # Date 1258107681 -3600 # Node ID 9657276387af8e1a34f46f233e73aa5794b0de62 # Parent 1182e7ae29640c325219d749cc2af91bd3cd14ce Change of the digest-md5 profile. diff -r 1182e7ae2964 -r 9657276387af 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