aboutsummaryrefslogtreecommitdiffstats
path: root/core/usermanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-05-15 19:31:58 +0100
committerMatthew Wild <mwild1@gmail.com>2010-05-15 19:31:58 +0100
commit2830d442258e1b031c9f8a94dde13a5142b06fd5 (patch)
tree3d2252e3b07727e8b847e21ca7afc9e1bc67524e /core/usermanager.lua
parentcadf6956dea22b215b9ab2874d3f11af322c2975 (diff)
downloadprosody-2830d442258e1b031c9f8a94dde13a5142b06fd5.tar.gz
prosody-2830d442258e1b031c9f8a94dde13a5142b06fd5.zip
usermanager: Export new_default_provider()
Diffstat (limited to 'core/usermanager.lua')
-rw-r--r--core/usermanager.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/usermanager.lua b/core/usermanager.lua
index 28e89369..a97e2ad7 100644
--- a/core/usermanager.lua
+++ b/core/usermanager.lua
@@ -142,4 +142,6 @@ function is_admin(jid, host)
end
end
+_M.new_default_provider = new_default_provider;
+
return _M;