From bdabf32dc62bc1d62fe9954c82be48a60ea7232a 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(+) (limited to 'prosodyctl') 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