Software /
code /
prosody
Changeset
2190:9657276387af sasl
Change of the digest-md5 profile.
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Fri, 13 Nov 2009 11:21:21 +0100 |
parents | 2189:1182e7ae2964 |
children | 2191:e79c0ce6cf54 |
files | util/sasl.lua |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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