Software /
code /
prosody
Diff
core/modulemanager.lua @ 3608:ae0f83feaff4
modulemanager, usermanager: Removed hooks for the 'component-activated' event (components now fire 'host-activated').
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 10 Nov 2010 22:27:09 +0500 |
parent | 3598:48ebea937260 |
child | 3620:bfc47564aaef |
line wrap: on
line diff
--- a/core/modulemanager.lua Wed Nov 10 22:02:28 2010 +0500 +++ b/core/modulemanager.lua Wed Nov 10 22:27:09 2010 +0500 @@ -85,7 +85,6 @@ end end prosody_events.add_handler("host-activated", load_modules_for_host); -prosody_events.add_handler("component-activated", load_modules_for_host); -- function load(host, module_name, config)