core/rostermanager.lua

changeset 3
f674eb704134
parent 0
3e3171b59028
child 6
7ad47ce20394
--- a/core/rostermanager.lua	Sun Aug 24 04:34:01 2008 +0000
+++ b/core/rostermanager.lua	Sun Aug 24 13:29:01 2008 +0000
@@ -15,5 +15,12 @@
 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

mercurial