aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_component.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_component: Vastly reduce the code, having split most of it to where it sh...Matthew Wild2009-05-041-152/+6
* mod_*: Fix many unnecessary global accesses in modules (already committed to ...Matthew Wild2009-04-291-3/+8
* mod_component: Deregister component on disconnectMatthew Wild2009-04-111-3/+4
* mod_component: Update for new net_activate_portsMatthew Wild2009-04-101-1/+1
* sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c...Matthew Wild2009-04-051-0/+2
* mod_component: Remove some commented codeMatthew Wild2009-03-221-8/+0
* mod_component: Use net_activate_ports to start port listener based on configMatthew Wild2009-03-221-1/+8
* mod_component: Set default listening interface to 127.0.0.1Matthew Wild2009-03-221-1/+1
* Add initial mod_component for XEP-0114 support. Albert, where are you?Matthew Wild2009-03-211-0/+217