From 86ea5e7911605e1ff7bb1366d8357449a9139897 Mon Sep 17 00:00:00 2001 From: matthew Date: Sun, 24 Aug 2008 13:29:01 +0000 Subject: "Shared roster" - well, kind of :) + TODO --- core/rostermanager.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/rostermanager.lua b/core/rostermanager.lua index 7a1e7d4e..b31ca21b 100644 --- a/core/rostermanager.lua +++ b/core/rostermanager.lua @@ -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 -- cgit v1.2.3