# HG changeset patch # User Matthew Wild # Date 1280148000 -3600 # Node ID b2a112720caee101f3ce9ceac4dec8749571ff6a # Parent e03fd9a16e19b398020a821d88e4bddfdc8539a6 util.roster: Remove, not going this route now diff -r e03fd9a16e19 -r b2a112720cae util/roster.lua --- a/util/roster.lua Mon Jul 26 02:18:03 2010 +0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -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;