X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=core%2Fstanza_router.lua;h=80b51cc62431277137f3e2c827eadb1f2db62aa5;hb=34215744d79b2fcf146b69a59007d104085dff4a;hp=f5a19307f0788c192736f5cfa27eb6ca2b6afcb8;hpb=1861b52a2ba6ff6d69e95e899630f3cfc77d62da;p=prosody.git diff --git a/core/stanza_router.lua b/core/stanza_router.lua index f5a19307..80b51cc6 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -10,6 +10,8 @@ local log = require "util.logger".init("stanzarouter") +local hosts = _G.hosts; + local st = require "util.stanza"; local send_s2s = require "core.s2smanager".send_to_host; local user_exists = require "core.usermanager".user_exists;