diff options
author | Tobias Markmann <tm@ayena.de> | 2009-08-28 19:56:54 +0200 |
---|---|---|
committer | Tobias Markmann <tm@ayena.de> | 2009-08-28 19:56:54 +0200 |
commit | 9b4aee096ab526579a3b7822b4825d129b0bb1a3 (patch) | |
tree | 7b25167c8083b3ddfbe0ee59f284df227b5fd6a3 /util/sasl.lua | |
parent | c73807ad0892ac4d205740786ae2fbfcd351e03f (diff) | |
download | prosody-9b4aee096ab526579a3b7822b4825d129b0bb1a3.tar.gz prosody-9b4aee096ab526579a3b7822b4825d129b0bb1a3.zip |
Importing SASL Digest-MD5 code.
Diffstat (limited to 'util/sasl.lua')
-rw-r--r-- | util/sasl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sasl.lua b/util/sasl.lua index 8cb85033..28562d3f 100644 --- a/util/sasl.lua +++ b/util/sasl.lua @@ -150,5 +150,5 @@ end registerMechanism("PLAIN", {"plain", "plain_test"}, sasl_mechanism_plain); --========================= ---SASL DIGEST-MD5 +--SASL DIGEST-MD5 according to RFC 2831 return _M; |