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
commitfe1e9e84e64e143037615685661047c6270763ed (patch)
treea4c676e55a8d5ad2cbcb024f90def5b9e24dc098 /prosodyctl
parentc35c696843216e31059bdc1d9dc8386bdb3eadd5 (diff)
downloadprosody-fe1e9e84e64e143037615685661047c6270763ed.tar.gz
prosody-fe1e9e84e64e143037615685661047c6270763ed.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