X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=core%2Fhostmanager.lua;h=7f9d1610f0a9a80e96a7dc2cb2f35d08aa8add79;hb=e29afef6ddc342ba7b1a5607408f55dea5c5c1bd;hp=91b052d1725b303e5f69a1f7a57fa36ac76c4769;hpb=eb0e35e62060d31ab524ab04b06a507f2d274579;p=prosody.git diff --git a/core/hostmanager.lua b/core/hostmanager.lua index 91b052d1..7f9d1610 100644 --- a/core/hostmanager.lua +++ b/core/hostmanager.lua @@ -13,7 +13,6 @@ local disco_items = require "util.multitable".new(); local NULL = {}; local jid_split = require "util.jid".split; -local uuid_gen = require "util.uuid".generate; local log = require "util.logger".init("hostmanager"); @@ -74,7 +73,6 @@ function activate(host, host_config) host = host; s2sout = {}; events = events_new(); - dialback_secret = configmanager.get(host, "dialback_secret") or uuid_gen(); send = host_send; modules = {}; };