aboutsummaryrefslogtreecommitdiffstats
path: root/core/servermanager.lua
Commit message (Collapse)AuthorAgeFilesLines
* Small fix for servermanagerMatthew Wild2008-11-181-1/+1
|
* Fixed servermanager to use session.send for sending stanzasWaqas Hussain2008-11-161-3/+2
|
* Fixed: Unhandled stanza handlingWaqas Hussain2008-10-221-5/+7
|
* Reply to unhandled iq's with service-unavailableMatthew Wild2008-10-041-1/+13
|
* Huge commit to:Matthew Wild2008-09-301-0/+8
* 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