Software /
code /
prosody
Comparison
core/rostermanager.lua @ 80:523ac742cc19
Fixed: rostermanager.lua now returns the module
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 08 Oct 2008 21:10:18 +0500 |
parent | 6:7ad47ce20394 |
child | 101:c690fa382743 |
comparison
equal
deleted
inserted
replaced
79:2766e23c4d7d | 80:523ac742cc19 |
---|---|
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; |