util.pubsub: Use correct node name when returning a list of multiple nodes in a subsc...
[prosody.git] / util / sasl / digest-md5.lua
index 8986ca4567f3884be857d7c576df1950a96c10df..2837148ec4723270b92d11b30ac551299e230184 100644 (file)
@@ -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