Commit graph

54 commits

Author SHA1 Message Date
Matthew Wild
5c90ffdf7e s2s works! \o/ \o/ 2008-10-24 07:27:36 +01:00
Matthew Wild
5031be1f8c working incoming s2s \o/ 2008-10-24 06:13:38 +01:00
Matthew Wild
8fa7f06302 working outgoing s2s \o/ 2008-10-24 03:42:26 +01:00
Matthew Wild
eb8e9997e0 dialback keys now verified 2008-10-24 03:06:55 +01:00
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
dba8f998cf Final fix for marking user offline when all resources are gone :) 2008-10-23 18:05:06 +01:00
Matthew Wild
3286f0609f even faster checking for other sessions... thank you waqas :) 2008-10-23 17:34:10 +01:00
Matthew Wild
9e6c3919af faster checking for other sessions 2008-10-23 17:27:41 +01:00
Matthew Wild
ff0fe0544a Fix for not destroying sessions when connection closed. 2008-10-23 16:07:40 +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
Matthew Wild
e92bd250d1 Merge roster & presence from waqas 2008-10-22 23:12:26 +01:00
Waqas Hussain
6701f399ad Added session property for interested resources 2008-10-23 02:11:27 +05:00
Waqas Hussain
4bd562b306 Working presence, presence probes and other fixes 2008-10-23 00:46:38 +05:00
Matthew Wild
ee7b432ab1 Abstract connections with "connection listeners"
- Added connlistener for xmppclient
- SASL/TLS now use a new session:reset_stream() method
- main.lua on its way to being a bit neater
2008-10-22 17:36:21 +01:00
Waqas Hussain
fa8d0e13a3 Added: TODO 2008-10-22 21:20:47 +05:00
Waqas Hussain
dffccde8c2 Fixed: Unhandled stanza handling 2008-10-22 21:20:29 +05:00
Waqas Hussain
9595202d47 Fixed: Roster support 2008-10-22 21:20:07 +05:00
Waqas Hussain
e3aaced40d Added: Roster manipulation functions to core.rostermanager 2008-10-17 22:19:26 +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
1cdd0be85d Fixed: Typos caused by lack of sleep.
Learned: Lua variable assignments are not expressions.
2008-10-14 07:20:29 +05:00
Waqas Hussain
957fe047e2 Added some roster management functions 2008-10-12 17:40:03 +05:00
Waqas Hussain
48750cfc60 Added: vCard plugin: mod_vcard 2008-10-09 02:59:57 +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
0af37d5e1e Fixed: rostermanager.lua now returns the module 2008-10-08 21:10:18 +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
e00ee96830 Load roster on resource bind 2008-10-08 19:30:35 +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
ab40a27df1 TLS: Handshake works, no data after that 2008-10-05 17:33:38 +01:00
Matthew Wild
70be78c6b4 mod_InBandRegistration -> mod_register 2008-10-05 01:39:49 +01:00
Waqas Hussain
9536785929 User registration, etc (jabber:iq:register) 2008-10-05 04:55:45 +05:00
Matthew Wild
5239107016 Fix setting resource before we even know what it is 2008-10-04 17:59:32 +01:00
Matthew Wild
88af2ea6e9 Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful. 2008-10-04 15:25:54 +01:00
Matthew Wild
0f8ba47525 New "import" module to help tidy up all the local declarations at the top of modules 2008-10-04 02:43:23 +01:00
Matthew Wild
30f0f7372b Fix stanza handlers to use xmlns also for matching 2008-10-04 02:40:47 +01:00
Matthew Wild
f6924a64c0 Add "uuid" library and make sessionmanager use this.
...and yes, the uuid generation needs work :P
2008-10-04 02:12:54 +01:00
Matthew Wild
8d8cdb8574 Reply to unhandled iq's with service-unavailable 2008-10-04 02:10:14 +01:00
Matthew Wild
9d19964c82 Small fixes 2008-10-04 02:09:46 +01:00
Matthew Wild
c0f3a8153a An oops in sessionmanager stream:features code :) 2008-10-03 22:21:01 +01:00
Matthew Wild
6c2578d43b Move stream opening handling from xmlhandlers to sessionmanager 2008-10-03 22:18:08 +01:00
Matthew Wild
4ac420e3b0 Add support for arbitrary events and event hooks 2008-10-03 22:17:20 +01:00
Matthew Wild
6db3d039b3 SASL!
(but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...)
((eg. must move <stream:features> out of xmlhandlers.lua o_O ))
2008-10-02 01:08:58 +01:00
Matthew Wild
55e1d561e7 Remove now useless debug output 2008-09-30 21:20:55 +01:00