From 04e39bfae193910993f406cab22d2bd384b604a3 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 13 Mar 2013 07:01:57 +0100 Subject: [PATCH] hostmanager: Import core_post_stanza from the global prosody table --- core/hostmanager.lua | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2