From 95fec897d970e2cae9740d4bce71a56378850ffb Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 26 Jul 2010 13:40:00 +0100 Subject: util.roster: Remove, not going this route now --- util/roster.lua | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 util/roster.lua (limited to 'util/roster.lua') diff --git a/util/roster.lua b/util/roster.lua deleted file mode 100644 index 59af29be..00000000 --- a/util/roster.lua +++ /dev/null @@ -1,19 +0,0 @@ -module "roster" - -local roster = {}; -roster.__index = roster; - -function new() - return setmetatable({}, roster); -end - -function roster:subscribers() -end - -function roster:subscriptions() -end - -function roster:items() -end - -return _M; -- cgit v1.2.3