aboutsummaryrefslogtreecommitdiffstats
path: root/core/stanza_router.lua
Commit message (Collapse)AuthorAgeFilesLines
* Presence fixesWaqas Hussain2008-10-231-8/+15
| | | | | - Presence to other resources sent correctly - Resource of the recipient ignored for all presence except available and unavailable
* Set things up for presence subscriptions.Waqas Hussain2008-10-231-15/+24
| | | | Remove reference to core.s2smanager.
* Added a comment, removed all the old codeMatthew Wild2008-10-231-243/+4
|
* Relocate presence broadcast to core_handle_stanza()Matthew Wild2008-10-231-24/+17
| | | | which is for processing stanzas that the server must handle (not route)
* Working presence, presence probes and other fixesWaqas Hussain2008-10-231-19/+109
|
* Added: presence broadcastWaqas Hussain2008-10-141-7/+23
| | | | Added: some additional message broadcast checks
* Removed an unnecessary lineWaqas Hussain2008-10-141-2/+1
|
* 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