TODO

Sun, 24 Aug 2008 22:48:27 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 24 Aug 2008 22:48:27 +0100
changeset 7
dcc5ac721c20
parent 6
7ad47ce20394
child 22
2856dfc1f5cc
permissions
-rw-r--r--

- Remove some debugging code
- Don't allow stanzas to be sent before successful auth (needs further review)
- Make init_xmlhandlers local
- Fix indentation in main.lua
- Fix disconnect logic (it broke if client disconnected before auth, etc.)

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/
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
5
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
6 Further down the line:
f674eb704134 "Shared roster" - well, kind of :)
matthew
parents:
diff changeset
7 - Clustering
4
09c3845ed442 Presence unavailable on disconnect
matthew
parents: 3
diff changeset
8 - Pubsub/PEP
09c3845ed442 Presence unavailable on disconnect
matthew
parents: 3
diff changeset
9 - Plugins!

mercurial