aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppcomponent_listener.lua
Commit message (Expand)AuthorAgeFilesLines
* net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when...Matthew Wild2010-03-141-1/+6
* net.xmppcomponent_listener: Log invalid XML received from components (as we a...Matthew Wild2010-03-141-0/+1
* net.xmppcomponent_listener: Don't allow closing a session that has already be...Matthew Wild2010-03-141-0/+1
* net.xmppcomponent_listener: Close component sessions on receiving a </stream:...Matthew Wild2010-03-141-2/+2
* net.xmppcomponent_listener: Don't handle stream errors from component session...Matthew Wild2010-03-141-0/+1
* net.xmppcomponent_listener: Fix to correctly handle stream errors from compon...Matthew Wild2010-03-141-5/+21
* xmppcomponent_listener: Update for new connection APIMatthew Wild2010-01-221-1/+1
* net.xmpp{client,server,component}: Update for new xmlhandlers syntaxMatthew Wild2010-01-191-2/+2
* core.sessionmanager, net.*_listener: Remove the evil collectgarbage() callsMatthew Wild2009-11-241-1/+0
* xmppcomponent_listener: Use new API for writing to components, fixes tracebac...Matthew Wild2009-11-221-1/+1
* *_listener: Update for new net.server API, specifically .listener -> .onincom...Matthew Wild2009-11-221-3/+3
* Changed separator between attribute names and prefixes from '|' to '\1' (opti...Waqas Hussain2009-11-121-3/+3
* xmppcomponent_listener: Fix to collect component sessions on disconnectMatthew Wild2009-08-051-0/+1
* xmpp{client,server,component]_listener: Open stream if sending an error and i...Matthew Wild2009-07-281-0/+5
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
* xmppcomponent_listener: Removed unused reference to core.eventmanagerWaqas Hussain2009-05-311-1/+0
* prosody, xmppcomponent_listener: Add listener for XEP-0114 component connectionsMatthew Wild2009-05-041-0/+171