aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_saslauth.lua
Commit message (Collapse)AuthorAgeFilesLines
* TLS/SASL no longer should include the connhandler moduleMatthew Wild2008-10-231-1/+0
|
* Abstract connections with "connection listeners"Matthew Wild2008-10-221-2/+1
| | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater
* Fix for destruction of unauthed SASL sessionsMatthew Wild2008-10-041-0/+1
|
* Use xmlns for matching auth tag tooMatthew Wild2008-10-041-1/+1
|
* Resource binding, XMPP sessions (whatever they're for...)Matthew Wild2008-10-041-2/+61
|
* SASL!Matthew Wild2008-10-021-0/+53
(but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O ))