aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2009-11-13 11:21:21 +0100
committerTobias Markmann <tm@ayena.de>2009-11-13 11:21:21 +0100
commit8e7427e70d551a051ae178c882c179dec1d891dc (patch)
tree0bc17e0b3216ae95b817e0a1523c3f3c14750eca
parentBroken DIGEST-MD5 client support again. (diff)
downloadprosody-8e7427e70d551a051ae178c882c179dec1d891dc.tar.xz
prosody-8e7427e70d551a051ae178c882c179dec1d891dc.zip
Change of the digest-md5 profile.
-rw-r--r--util/sasl.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/sasl.lua b/util/sasl.lua
index 8fe4727ec..b07f878b2 100644
--- a/util/sasl.lua
+++ b/util/sasl.lua
@@ -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