Forward response stanzas to sasl.lua and some other stuff.
[prosody.git] / util / sasl.lua
2008-11-10 Tobias MarkmannForward response stanzas to sasl.lua and some other...
2008-11-09 Tobias MarkmannFixing some parsing and some other stuff.
2008-11-09 Tobias MarkmannSome early attempts on DIGEST-MD5.
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildFix for using wrong auth token as username (fixes Gajim...
2008-10-02 Matthew WildSASL!
2008-09-30 Matthew WildFix quoting in util/sasl.lua
2008-08-26 Matthew WildMerged in Tobias's SASL lib
2008-08-26 Tobias Markmannmodule table was missing
2008-08-25 Tobias Markmann* missing base64 decode of SASL response
2008-08-25 Tobias Markmannadding SASL lib with PLAIN support, not tested yet