log core/componentmanager.lua @ 1878:a8d57d5faec5

age author description
Wed, 30 Sep 2009 11:06:02 +0100 Matthew Wild Merge with 0.5
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.