aboutsummaryrefslogtreecommitdiffstats
path: root/core/componentmanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/componentmanager.lua')
-rw-r--r--core/componentmanager.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua
index c7d9407c..308dea57 100644
--- a/core/componentmanager.lua
+++ b/core/componentmanager.lua
@@ -33,6 +33,7 @@ require "core.discomanager".addDiscoItemsHandler("*host", function(reply, to, fr
end
end);
+require "core.eventmanager".add_event_hook("server-starting", function () core_route_stanza = _G.core_route_stanza; end);
module "componentmanager"