Fixed: rostermanager.lua now returns the module
authorWaqas Hussain <waqas20@gmail.com>
Wed, 8 Oct 2008 16:10:18 +0000 (21:10 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Wed, 8 Oct 2008 16:10:18 +0000 (21:10 +0500)
core/rostermanager.lua

index b31ca21bf0c80e091ce12ff6f7219542fb286556..5f06a3087682d0ea45e1f63df7b447a1953b46f2 100644 (file)
@@ -24,3 +24,5 @@ function getroster(username, host)
                }
 --     return datamanager.load(username, host, "roster") or {};
 end
+
+return _M;
\ No newline at end of file