diff options
author | Tobias Markmann <tm@ayena.de> | 2009-11-13 11:21:21 +0100 |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2009-11-13 11:21:21 +0100 |
commit | 8e7427e70d551a051ae178c882c179dec1d891dc (patch) | |
tree | 0bc17e0b3216ae95b817e0a1523c3f3c14750eca /util | |
parent | f66117f6255fa37f0e049131ade72232251c32f1 (diff) | |
download | prosody-8e7427e70d551a051ae178c882c179dec1d891dc.tar.gz prosody-8e7427e70d551a051ae178c882c179dec1d891dc.zip |
Change of the digest-md5 profile.
Diffstat (limited to 'util')
-rw-r--r-- | util/sasl.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/sasl.lua b/util/sasl.lua index 8fe4727e..b07f878b 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 |