Software /
code /
prosody
Diff
prosodyctl @ 3161:73e93a48c0c1
Update usermanager to not crash, etc.
author | Jeff Mitchell <jeff@jefferai.org> |
---|---|
date | Thu, 20 May 2010 14:18:12 -0400 |
parent | 3038:6b68355d615a |
child | 3234:2d61773d7ab4 |
line wrap: on
line diff
--- a/prosodyctl Thu May 20 11:51:24 2010 -0400 +++ b/prosodyctl Thu May 20 14:18:12 2010 -0400 @@ -123,7 +123,7 @@ hosts = prosody.hosts; local function make_host(hostname) - return { events = prosody.events, users = require "core.usermanager".new_default_provider(hostname) }; + return { events = prosody.events, users = require "core.usermanager".new_null_provider(hostname) }; end for hostname, config in pairs(config.getconfig()) do