Log

plugins/mod_component.lua @ 4536:285450536ec0

description author age
mod_component: removed unused variable reference, added "flagging" to assert if a component is connected or not. Marco Cirillo 2012-01-06
mod_component: Clearer log message when bouncing a stanza from a component that is not connected (thanks MK) Matthew Wild 2011-06-18
mod_component: Small code clarity fix Matthew Wild 2011-06-03
mod_component: Give stanza handlers a negative priority, to allow mod_iq to process them first. Waqas Hussain 2010-12-02
mod_component: Logging tweaks. Waqas Hussain 2010-11-12
mod_component: Use module:get_option() instead of configmanager. Waqas Hussain 2010-11-12
mod_component: Rearranged the code a little. Waqas Hussain 2010-11-12
mod_component: Return true from stanza handler to indicate that we actually did handle the stanza. Waqas Hussain 2010-11-12
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. Waqas Hussain 2010-11-10
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property. Waqas Hussain 2010-11-09
mod_component: Updated to use events for hooking stanzas instead of the component stanza handler, and the on_destroy callback. Waqas Hussain 2010-11-09
mod_component: Send back a <conflict/> stream error when multiple sessions attempt to bind. Waqas Hussain 2010-11-09
Monster whitespace commit (beware the whitespace monster). Waqas Hussain 2010-10-16
mod_component: Updated to use the new events API. Waqas Hussain 2010-10-16
net.xmppcomponent_listener, mod_component: Removed useless undocumented option 'component_address'. Waqas Hussain 2010-09-21