Was a bit hasty to remove send_s2s() from stanza_router. We still use it, and there...
[prosody.git] / util / sasl.lua
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