From fe1e9e84e64e143037615685661047c6270763ed Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 24 Feb 2016 11:15:27 +0100 Subject: prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi) --- prosodyctl | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3