diff options
author | Kim Alvefur <zash@zash.se> | 2016-02-24 11:15:27 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-02-24 11:15:27 +0100 |
commit | bdabf32dc62bc1d62fe9954c82be48a60ea7232a (patch) | |
tree | a4c676e55a8d5ad2cbcb024f90def5b9e24dc098 /prosodyctl | |
parent | b480592504219c8324c937f63e8aa1a565def8bb (diff) | |
download | prosody-bdabf32dc62bc1d62fe9954c82be48a60ea7232a.tar.gz prosody-bdabf32dc62bc1d62fe9954c82be48a60ea7232a.zip |
prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)
Diffstat (limited to 'prosodyctl')
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |