| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
(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 ))
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Break stanza routing (to be restored in a future commit)
* Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :)
* Bring us plugins, starting with mod_legacyauth and mod_roster
* Sessions are now created/destroyed using a standard sessionmanager interface
|
|
|
|
|
| |
Connection now closed on error
Removed version='1.0' to keep it working with non-SASL
|
| |
|
|
|
|
| |
also added note on licensing of that module
|
| |
|
|
|
|
|
|
|
| |
- Don't allow stanzas to be sent before successful auth (needs further review)
- Make init_xmlhandlers local
- Fix indentation in main.lua
- Fix disconnect logic (it broke if client disconnected before auth, etc.)
|
|
|