X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=prosodyctl;h=4d3c47908e864f60ed7bba4e0456d5cf994f48fb;hb=eccbcb3ea2047f1507510fce0ad8ad032f432fed;hp=e26339e28ef1db0a1827230373ead4c939bf3fd0;hpb=6925cdc57b9ad537a619f98c10234f3af4497408;p=prosody.git diff --git a/prosodyctl b/prosodyctl index e26339e2..4d3c4790 100755 --- a/prosodyctl +++ b/prosodyctl @@ -227,6 +227,7 @@ local function make_host(hostname) return { type = "local", events = prosody.events, + modules = {}, users = require "core.usermanager".new_null_provider(hostname) }; end