"Shared roster" - well, kind of :)
authormatthew <devnull@localhost>
Sun, 24 Aug 2008 13:29:01 +0000 (13:29 +0000)
committermatthew <devnull@localhost>
Sun, 24 Aug 2008 13:29:01 +0000 (13:29 +0000)
+ TODO

TODO [new file with mode: 0644]
core/rostermanager.lua

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..82d39c0
--- /dev/null
+++ b/TODO
@@ -0,0 +1,6 @@
+- SASL login support
+- Roster manipulation support
+- S2S \o/
+
+Further down the line:
+- Clustering
index 7a1e7d4eb5e2a727304948b9dfbe839ffc51706f..b31ca21bf0c80e091ce12ff6f7219542fb286556 100644 (file)
@@ -15,5 +15,12 @@ local datamanager = datamanager;
 module "rostermanager"
 
 function getroster(username, host)
-       return datamanager.load(username, host, "roster") or {};
+       return { 
+                       ["mattj@localhost"] = true,
+                       ["tobias@getjabber.ath.cx"] = true,
+                       ["waqas@getjabber.ath.cx"] = true,
+                       ["thorns@getjabber.ath.cx"] = true, 
+                       ["idw@getjabber.ath.cx"] = true, 
+               }
+--     return datamanager.load(username, host, "roster") or {};
 end