Software /
code /
prosody
Diff
util/sasl/digest-md5.lua @ 3122:579f17b9f948
util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'
author | Tobias Markmann <tm@ayena.de> |
---|---|
date | Mon, 24 May 2010 18:15:16 +0200 |
parent | 3094:5f625411b463 |
child | 3124:21e60658767d |
line wrap: on
line diff
--- a/util/sasl/digest-md5.lua Mon May 24 17:44:13 2010 +0200 +++ b/util/sasl/digest-md5.lua Mon May 24 18:15:16 2010 +0200 @@ -32,13 +32,13 @@ --[[ Supported Authentication Backends -digest-md5: +digest_md5: function(username, domain, realm, encoding) -- domain and realm are usually the same; for some broken -- implementations it's not return digesthash, state; end -digest-md5-test: +digest_md5_test: function(username, domain, realm, encoding, digesthash) return true or false, state; end