diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-08 17:27:20 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-08 17:27:20 +0100 |
commit | 584b40a6825647ae2388ba47247689e8994c2129 (patch) | |
tree | 77a86a2fb4ee9e93acfbbbe81537eefb57a01144 /core/rostermanager.lua | |
parent | 37890122d6cd3b5ad419560b06bad2b69b9a5577 (diff) | |
parent | 0af37d5e1ed0b11e90e63ff232557dc890504a6f (diff) | |
download | prosody-584b40a6825647ae2388ba47247689e8994c2129.tar.gz prosody-584b40a6825647ae2388ba47247689e8994c2129.zip |
Merge roster fixes from waqas
Diffstat (limited to 'core/rostermanager.lua')
-rw-r--r-- | core/rostermanager.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/rostermanager.lua b/core/rostermanager.lua index b31ca21b..5f06a308 100644 --- a/core/rostermanager.lua +++ b/core/rostermanager.lua @@ -24,3 +24,5 @@ function getroster(username, host) } -- return datamanager.load(username, host, "roster") or {}; end + +return _M;
\ No newline at end of file |