Software /
code /
prosody
Annotate
TODO @ 38:3fdfd6e0cb4e
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 ))
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 02 Oct 2008 01:08:58 +0100 |
parent | 22:2856dfc1f5cc |
child | 96:70202f7f1830 |
rev | line source |
---|---|
3 | 1 - SASL login support |
2 - Roster manipulation support | |
5 | 3 - On-the-fly code updates |
3 | 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 | 6 |
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 | 9 - Clustering |
4 | 10 - Pubsub/PEP |
11 - Plugins! |