log core/componentmanager.lua @ 1918:dd35d07d673f

age author description
Wed, 30 Sep 2009 11:05:01 +0100 Matthew Wild componentmanager: Preserve existing events table (if any) when registering a component
Wed, 30 Sep 2009 11:03:11 +0100 Matthew Wild componentmanager: Fire event on component activation
Wed, 30 Sep 2009 11:02:31 +0100 Matthew Wild componentmanager: Use create_component for, er, creating components
Fri, 11 Sep 2009 16:33:40 +0500 Waqas Hussain ComponentManager: Removed unused variable.
Fri, 11 Sep 2009 16:28:52 +0500 Waqas Hussain ComponentManager: Removed dependency on core_route_stanza. The default component handler now replies using origin.send().
Fri, 11 Sep 2009 16:20:49 +0500 Waqas Hussain ComponentManager: Fixed: Default handler sent error replies on result stanzas.
Fri, 11 Sep 2009 16:17:18 +0500 Waqas Hussain ComponentManager: Fixed a bit of logging.