Comparison

core/rostermanager.lua @ 81:a1f4f3c5ae25

Merge roster fixes from waqas
author Matthew Wild <mwild1@gmail.com>
date Wed, 08 Oct 2008 17:27:20 +0100
parent 80:523ac742cc19
child 101:c690fa382743
comparison
equal deleted inserted replaced
76:7346ef3e80ac 81:a1f4f3c5ae25
22 ["thorns@getjabber.ath.cx"] = true, 22 ["thorns@getjabber.ath.cx"] = true,
23 ["idw@getjabber.ath.cx"] = true, 23 ["idw@getjabber.ath.cx"] = true,
24 } 24 }
25 -- return datamanager.load(username, host, "roster") or {}; 25 -- return datamanager.load(username, host, "roster") or {};
26 end 26 end
27
28 return _M;