Commit graph

17 commits

Author SHA1 Message Date
Matthew Wild
162e3fb849 No need to comment out s2s in this branch 2008-10-23 19:10:16 +01:00
Matthew Wild
ce86d8badc Initial s2s stuff 2008-10-23 18:09:39 +01:00
Matthew Wild
b13393bcd9 No s2s yet :) 2008-10-23 14:39:42 +01:00
Matthew Wild
8e40526abc Added a comment, removed all the old code 2008-10-23 04:06:51 +01:00
Matthew Wild
ece9ac9761 Relocate presence broadcast to core_handle_stanza()
which is for processing stanzas that the server must handle (not route)
2008-10-23 03:52:51 +01:00
Waqas Hussain
4bd562b306 Working presence, presence probes and other fixes 2008-10-23 00:46:38 +05:00
Waqas Hussain
5a896f70f2 Added: presence broadcast
Added: some additional message broadcast checks
2008-10-14 10:26:33 +05:00
Waqas Hussain
97f1c951bc Removed an unnecessary line 2008-10-14 09:56:14 +05:00
Waqas Hussain
1c366baed7 Fixed routing for IQs to bare JIDs, and added a simple IQ validity check 2008-10-09 01:18:48 +05:00
Waqas Hussain
2afc5cdef0 Fized: Added check to ensure that resource binding is done after auth. 2008-10-08 20:37:16 +05:00
Waqas Hussain
e6b3e32fb7 Added to a comment 2008-10-08 17:06:51 +05:00
Waqas Hussain
2a24a95401 Code cleanup 2008-10-08 17:05:25 +05:00
Waqas Hussain
5d8718f3c3 Added: Local stanza routing 2008-10-08 04:49:55 +05:00
Matthew Wild
63de1444c3 Beginnings of real stanza routing 2008-10-05 19:48:25 +01:00
Matthew Wild
0c9336110d Working TLS! 2008-10-05 19:10:21 +01:00
Matthew Wild
55e1d561e7 Remove now useless debug output 2008-09-30 21:20:55 +01:00
Matthew Wild
a53395e6b7 Huge commit to:
* 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
2008-09-30 19:52:00 +01:00