diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-09-30 11:06:02 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-09-30 11:06:02 +0100 |
commit | 3525d3e37048d7fe2444347439d81d1484f0ad1a (patch) | |
tree | 611e12d618886f72c74ec6081cc4f3f236319ee4 /core/modulemanager.lua | |
parent | ba09a2a2b6a57e733261d98bff261f6f7718084b (diff) | |
parent | 271afa36733db02b9cace7261a16b8243505bf33 (diff) | |
download | prosody-3525d3e37048d7fe2444347439d81d1484f0ad1a.tar.gz prosody-3525d3e37048d7fe2444347439d81d1484f0ad1a.zip |
Merge with 0.5
Diffstat (limited to 'core/modulemanager.lua')
-rw-r--r-- | core/modulemanager.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 6bc8e285..9b5acffa 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -91,6 +91,7 @@ function load_modules_for_host(host) end end eventmanager.add_event_hook("host-activated", load_modules_for_host); +eventmanager.add_event_hook("component-activated", load_modules_for_host); -- function load(host, module_name, config) |