prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)
authorKim Alvefur <zash@zash.se>
Wed, 24 Feb 2016 10:15:27 +0000 (11:15 +0100)
committerKim Alvefur <zash@zash.se>
Wed, 24 Feb 2016 10:15:27 +0000 (11:15 +0100)
prosodyctl

index 1a487fb5f54dbb5b8b897ee3f226f51eea09ebf0..aa4999c9f4c3d61d6e7d0e05a574cd15591f1c01 100755 (executable)
@@ -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