mod_tls: Catch s2s-stream-features and add starttls feature if possible
[prosody.git] / plugins / mod_component.lua
2009-07-10 Matthew WildRemove version number from copyright headers
2009-06-25 Matthew Wildmod_component: Rewrite jabber:client stanzas to jabber...
2009-05-04 Matthew WildMerge with 0.4
2009-04-29 Matthew Wildmod_*: Fix many unnecessary global accesses in modules...
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildmod_*: Fix a load of global accesses
2009-05-04 Matthew Wildmod_component: Vastly reduce the code, having split...
2009-04-11 Matthew Wildmod_component: Deregister component on disconnect
2009-04-10 Matthew Wildmod_component: Update for new net_activate_ports
2009-04-05 Matthew Wildsessionmanager, s2smanager, mod_component: Send reply...
2009-03-22 Matthew Wildmod_component: Remove some commented code
2009-03-22 Matthew Wildmod_component: Use net_activate_ports to start port...
2009-03-22 Matthew Wildmod_component: Set default listening interface to 127...
2009-03-21 Matthew WildAdd initial mod_component for XEP-0114 support. Albert...