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 |
mod_component: Read validate_from_addresses option from the config
|
Matthew Wild |
2010-07-04 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_component: Cleaned up unused variables.
|
Waqas Hussain |
2010-01-24 |
mod_component: Fix name of config option in error message (thanks nulani!)
|
Matthew Wild |
2010-01-23 |
Remove version number from copyright headers
|
Matthew Wild |
2009-07-10 |
mod_component: Rewrite jabber:client stanzas to jabber:component:accept, thanks JaredH!
|
Matthew Wild |
2009-06-25 |
mod_component: Vastly reduce the code, having split most of it to where it should be, xmppcomponent_listener
|
Matthew Wild |
2009-05-04 |
mod_*: Fix a load of global accesses
|
Matthew Wild |
2009-04-22 |
mod_component: Deregister component on disconnect
|
Matthew Wild |
2009-04-11 |
mod_component: Update for new net_activate_ports
|
Matthew Wild |
2009-04-10 |
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
|
Matthew Wild |
2009-04-05 |
mod_component: Remove some commented code
|
Matthew Wild |
2009-03-22 |
mod_component: Use net_activate_ports to start port listener based on config
|
Matthew Wild |
2009-03-22 |
mod_component: Set default listening interface to 127.0.0.1
|
Matthew Wild |
2009-03-22 |
Add initial mod_component for XEP-0114 support. Albert, where are you?
|
Matthew Wild |
2009-03-21 |