Diff

core/usermanager.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 3540:bc139431830b
child 3612:5547acd18a9f
line wrap: on
line diff
--- a/core/usermanager.lua	Wed Nov 10 22:02:28 2010 +0500
+++ b/core/usermanager.lua	Wed Nov 10 22:27:09 2010 +0500
@@ -57,7 +57,6 @@
 	end
 end;
 prosody.events.add_handler("host-activated", initialize_host, 100);
-prosody.events.add_handler("component-activated", initialize_host, 100);
 
 function test_password(username, host, password)
 	return hosts[host].users.test_password(username, password);