aboutsummaryrefslogtreecommitdiffstats
path: root/core/stanza_router.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fixed routing for IQs to bare JIDs, and added a simple IQ validity checkWaqas Hussain2008-10-091-1/+6
|
* Fized: Added check to ensure that resource binding is done after auth.Waqas Hussain2008-10-081-0/+7
|
* Added to a commentWaqas Hussain2008-10-081-1/+1
|
* Code cleanupWaqas Hussain2008-10-081-4/+1
|
* Added: Local stanza routingWaqas Hussain2008-10-081-2/+28
|
* Beginnings of real stanza routingMatthew Wild2008-10-051-0/+14
|
* Working TLS!Matthew Wild2008-10-051-0/+1
|
* Remove now useless debug outputMatthew Wild2008-09-301-1/+0
|
* Huge commit to:Matthew Wild2008-09-301-0/+292
* 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