aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-02-24 11:15:27 +0100
committerKim Alvefur <zash@zash.se>2016-02-24 11:15:27 +0100
commitbdabf32dc62bc1d62fe9954c82be48a60ea7232a (patch)
treea4c676e55a8d5ad2cbcb024f90def5b9e24dc098 /prosodyctl
parentb480592504219c8324c937f63e8aa1a565def8bb (diff)
downloadprosody-bdabf32dc62bc1d62fe9954c82be48a60ea7232a.tar.gz
prosody-bdabf32dc62bc1d62fe9954c82be48a60ea7232a.zip
prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index 1a487fb5..aa4999c9 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -233,6 +233,7 @@ local function make_host(hostname)
type = "local",
events = prosody.events,
modules = {},
+ sessions = {},
users = require "core.usermanager".new_null_provider(hostname)
};
end