TODO

Tue, 30 Sep 2008 19:52:00 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 30 Sep 2008 19:52:00 +0100
changeset 30
bcf539295f2d
parent 22
2856dfc1f5cc
child 96
70202f7f1830
permissions
-rw-r--r--

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

3
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
1 - SASL login support
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
2 - Roster manipulation support
5
57e4eb3aeac0 Added all the files to please hg :/
matthew@silver
parents:
diff changeset
3 - On-the-fly code updates
3
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
4 - S2S \o/
22
2856dfc1f5cc Various documentation updates, and added names.txt :)
Matthew Wild <mwild1@gmail.com>
parents: 6
diff changeset
5 - Control/statistics interface
3
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
6
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
7 Further down the line:
22
2856dfc1f5cc Various documentation updates, and added names.txt :)
Matthew Wild <mwild1@gmail.com>
parents: 6
diff changeset
8 - Ad-hoc commands
3
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
9 - Clustering
4
09c3845ed442 Presence unavailable on disconnect
matthew
parents: 3
diff changeset
10 - Pubsub/PEP
09c3845ed442 Presence unavailable on disconnect
matthew
parents: 3
diff changeset
11 - Plugins!

mercurial