Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Presence fixes (again) | Waqas Hussain | 2008-10-24 | 1 | -21/+39 |
| | | | | | | - Presence to other resources sent correctly - Resource of the recipient ignored for all presence except available and unavailable - Set things up for presence subscriptions | ||||
* | Backed out changeset 98e9fea75e5b | Matthew Wild | 2008-10-23 | 1 | -223/+5 |
| | |||||
* | Backed out changeset 37b3e9ed8918 (again) | Matthew Wild | 2008-10-23 | 1 | -5/+223 |
| | |||||
* | Backed out changeset a0fc73d5f48c | Matthew Wild | 2008-10-23 | 1 | -223/+5 |
| | |||||
* | Backed out changeset 8f17ba74823c | Matthew Wild | 2008-10-23 | 1 | -5/+223 |
| | |||||
* | Reverting stanza_router to non-conflicted version | Matthew Wild | 2008-10-23 | 1 | -223/+5 |
| | |||||
* | Making the best attempt out of a bad merge from waqas | Matthew Wild | 2008-10-23 | 1 | -0/+200 |
|\ | |||||
| * | Initial s2s stuff | Matthew Wild | 2008-10-23 | 1 | -5/+2 |
| | | |||||
* | | Added TODO | Waqas Hussain | 2008-10-23 | 1 | -0/+1 |
| | | |||||
* | | Merged from Matthew | Waqas Hussain | 2008-10-23 | 1 | -216/+217 |
|\| | |||||
| * | No s2s yet :) | Matthew Wild | 2008-10-23 | 1 | -1/+1 |
| | | |||||
* | | Presence fixes | Waqas Hussain | 2008-10-23 | 1 | -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 Hussain | 2008-10-23 | 1 | -15/+24 |
|/ | | | | Remove reference to core.s2smanager. | ||||
* | Added a comment, removed all the old code | Matthew Wild | 2008-10-23 | 1 | -243/+4 |
| | |||||
* | Relocate presence broadcast to core_handle_stanza() | Matthew Wild | 2008-10-23 | 1 | -24/+17 |
| | | | | which is for processing stanzas that the server must handle (not route) | ||||
* | Working presence, presence probes and other fixes | Waqas Hussain | 2008-10-23 | 1 | -19/+109 |
| | |||||
* | Added: presence broadcast | Waqas Hussain | 2008-10-14 | 1 | -7/+23 |
| | | | | Added: some additional message broadcast checks | ||||
* | Removed an unnecessary line | Waqas Hussain | 2008-10-14 | 1 | -2/+1 |
| | |||||
* | Fixed routing for IQs to bare JIDs, and added a simple IQ validity check | Waqas Hussain | 2008-10-09 | 1 | -1/+6 |
| | |||||
* | Fized: Added check to ensure that resource binding is done after auth. | Waqas Hussain | 2008-10-08 | 1 | -0/+7 |
| | |||||
* | Added to a comment | Waqas Hussain | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | Code cleanup | Waqas Hussain | 2008-10-08 | 1 | -4/+1 |
| | |||||
* | Added: Local stanza routing | Waqas Hussain | 2008-10-08 | 1 | -2/+28 |
| | |||||
* | Beginnings of real stanza routing | Matthew Wild | 2008-10-05 | 1 | -0/+14 |
| | |||||
* | Working TLS! | Matthew Wild | 2008-10-05 | 1 | -0/+1 |
| | |||||
* | Remove now useless debug output | Matthew Wild | 2008-09-30 | 1 | -1/+0 |
| | |||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -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 |