aboutsummaryrefslogtreecommitdiffstats
path: root/util/sasl/digest-md5.lua
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2010-05-24 18:15:16 +0200
committerTobias Markmann <tm@ayena.de>2010-05-24 18:15:16 +0200
commit227478c80dfe7e28e2230ab8edc71d0634cb9ebf (patch)
tree2791383deb1c0f64c867a63ed82f96cddbbca552 /util/sasl/digest-md5.lua
parent5e08b2f64d0b9b4ed9b234f96a0138c0de3da40b (diff)
downloadprosody-227478c80dfe7e28e2230ab8edc71d0634cb9ebf.tar.gz
prosody-227478c80dfe7e28e2230ab8edc71d0634cb9ebf.zip
util.sasl.*: Adjusting authentication provider names. All '-' replaced with '_'
Diffstat (limited to 'util/sasl/digest-md5.lua')
-rw-r--r--util/sasl/digest-md5.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/sasl/digest-md5.lua b/util/sasl/digest-md5.lua
index 8986ca45..2837148e 100644
--- a/util/sasl/digest-md5.lua
+++ b/util/sasl/digest-md5.lua
@@ -32,13 +32,13 @@ module "digest-md5"
--[[
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