hostmanager: Import core_post_stanza from the global prosody table

This commit is contained in:
Kim Alvefur 2013-03-13 07:01:57 +01:00
parent 740e6e69a2
commit ff9ab821f7

View file

@ -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;