aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_component.lua
Commit message (Collapse)AuthorAgeFilesLines
...
| * mod_component: Fix name of config option in error message (thanks nulani!)Matthew Wild2010-01-231-1/+1
| |
* | mod_component: Cleaned up unused variables.Waqas Hussain2010-01-241-12/+1
| |
* | mod_component: Fix name of config option in error message (thanks nulani!)Matthew Wild2010-01-231-1/+1
|/
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* mod_component: Rewrite jabber:client stanzas to jabber:component:accept, ↵Matthew Wild2009-06-251-1/+6
| | | | thanks JaredH!
* mod_component: Vastly reduce the code, having split most of it to where it ↵Matthew Wild2009-05-041-152/+6
| | | | should be, xmppcomponent_listener
* mod_*: Fix many unnecessary global accesses in modules (already committed to ↵Matthew Wild2009-04-291-3/+8
| | | | main repo)
* 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 ↵Matthew Wild2009-04-051-0/+2
| | | | client closes stream
* 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