From: Kim Alvefur Date: Wed, 13 Mar 2013 06:01:57 +0000 (+0100) Subject: hostmanager: Import core_post_stanza from the global prosody table X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=04e39bfae193910993f406cab22d2bd384b604a3;hp=d673397d773c92d5dff95be35ee238b7d33a567c;p=prosody.git hostmanager: Import core_post_stanza from the global prosody table --- diff --git a/core/hostmanager.lua b/core/hostmanager.lua index cee4a1d6..7c9298cd 100644 --- a/core/hostmanager.lua +++ b/core/hostmanager.lua @@ -23,6 +23,7 @@ if not _G.prosody.incoming_s2s then require "core.s2smanager"; end local incoming_s2s = _G.prosody.incoming_s2s; +local core_route_stanza = _G.prosody.core_route_stanza; local pairs, select = pairs, select; local tostring, type = tostring, type;