util/sasl.lua

branch
sasl
changeset 2187
e79c0ce6cf54
parent 2186
9657276387af
child 2189
8fbbdb11a520
equal deleted inserted replaced
2186:9657276387af 2187:e79c0ce6cf54
59 -- implementations it's not 59 -- implementations it's not
60 return digesthash, state; 60 return digesthash, state;
61 end 61 end
62 62
63 digest-md5-test: 63 digest-md5-test:
64 function(username, realm, encoding, digesthash) 64 function(username, domain, realm, encoding, digesthash)
65 return true or false, state; 65 return true or false, state;
66 end 66 end
67 ]] 67 ]]
68 68
69 local method = {}; 69 local method = {};

mercurial