Changeset

5347:32e25358c3c2

hostmanager: Import core_post_stanza from the global prosody table
author Kim Alvefur <zash@zash.se>
date Wed, 13 Mar 2013 07:01:57 +0100
parents 5345:9b85976c873f
children 5348:ca0d820e9318
files core/hostmanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/core/hostmanager.lua	Tue Mar 12 12:30:08 2013 +0000
+++ b/core/hostmanager.lua	Wed Mar 13 07:01:57 2013 +0100
@@ -23,6 +23,7 @@
 	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;