Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |