Commit graph

8 commits

Author SHA1 Message Date
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
30f0f7372b Fix stanza handlers to use xmlns also for matching 2008-10-04 02:40:47 +01:00
Matthew Wild
9d19964c82 Small fixes 2008-10-04 02:09:46 +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
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