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 | de88fd8928aefbc139e8cf4f050589b927735714 (patch) | |
tree | 6fdf987c649af9c112d4f642d57e794858b0ba8a | |
parent | 3256dcdc612934e41b33c801ed5b251be3817f52 (diff) | |
parent | 3372542ef49a57b03aa7a2e1629bc1124346c584 (diff) | |
download | prosody-de88fd8928aefbc139e8cf4f050589b927735714.tar.gz prosody-de88fd8928aefbc139e8cf4f050589b927735714.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 |