# HG changeset patch # User Kim Alvefur # Date 1456308927 -3600 # Node ID 7a14ea196db306a5e9bacab3b5b402ace61ebaf2 # Parent 72839cafdf36c4d55549fae0bf1b5654839b4946 prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi) diff -r 72839cafdf36 -r 7a14ea196db3 prosodyctl --- a/prosodyctl Mon Feb 22 22:56:05 2016 +0100 +++ b/prosodyctl Wed Feb 24 11:15:27 2016 +0100 @@ -233,6 +233,7 @@ type = "local", events = prosody.events, modules = {}, + sessions = {}, users = require "core.usermanager".new_null_provider(hostname) }; end