diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-05-15 19:31:58 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-05-15 19:31:58 +0100 |
commit | 2830d442258e1b031c9f8a94dde13a5142b06fd5 (patch) | |
tree | 3d2252e3b07727e8b847e21ca7afc9e1bc67524e /core | |
parent | cadf6956dea22b215b9ab2874d3f11af322c2975 (diff) | |
download | prosody-2830d442258e1b031c9f8a94dde13a5142b06fd5.tar.gz prosody-2830d442258e1b031c9f8a94dde13a5142b06fd5.zip |
usermanager: Export new_default_provider()
Diffstat (limited to 'core')
-rw-r--r-- | core/usermanager.lua | 2 |
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; |