diff options
author | Waqas Hussain <waqas20@gmail.com> | 2012-09-23 01:13:08 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2012-09-23 01:13:08 +0500 |
commit | 2d99e89c20925e3fba0e3d86fccbcf2345270af4 (patch) | |
tree | 6fdf987c649af9c112d4f642d57e794858b0ba8a | |
parent | c586bcd596d47bf6cca6439d3eb96ba8d6a681f4 (diff) | |
parent | 4b8ade497e9541fe441c9100539022d41635c01a (diff) | |
download | prosody-2d99e89c20925e3fba0e3d86fccbcf2345270af4.tar.gz prosody-2d99e89c20925e3fba0e3d86fccbcf2345270af4.zip |
Merge 0.9->trunk
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -227,6 +227,7 @@ local function make_host(hostname) return { type = "local", events = prosody.events, + modules = {}, users = require "core.usermanager".new_null_provider(hostname) }; end |