aboutsummaryrefslogtreecommitdiffstats
path: root/net/xmppcomponent_listener.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.xmppcomponent_listener: Move session creation from listener.onincoming ↵Waqas Hussain2010-12-151-36/+32
| | | | to listener.onconnect.
* net.xmppcomponent_listener: Made some globals local.Waqas Hussain2010-12-151-0/+3
|
* xmppcomponent_listener: Switch to util.xmppstream from xmlhandlersMatthew Wild2010-12-071-5/+10
|
* net.xmpp{client,server,component}_listener: ↵Waqas Hussain2010-11-201-2/+2
| | | | s/xml-not-well-formed/not-well-formed/ as per latest bis drafts.
* prosody: Removed all references to componentmanager from Prosody, except the ↵Waqas Hussain2010-11-101-2/+0
| | | | main componentmanager file.
* net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code.Waqas Hussain2010-11-101-6/+1
|
* net.xmppcomponent_listener: Call session:on_destroy() on session disconnect.Waqas Hussain2010-11-091-0/+1
|
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-2/+2
|
* net.xmppcomponent_listener: Fixed a possible traceback in component ↵Waqas Hussain2010-09-211-1/+1
| | | | disconnect handling.
* net.xmppcomponent_listener: Specify missing log level for a log statement.Waqas Hussain2010-09-211-1/+1
|
* net.xmppcomponent_listener, mod_component: Removed useless undocumented ↵Waqas Hussain2010-09-211-4/+1
| | | | option 'component_address'.
* xmppcomponent_listener: Add log messages for when stanzas from components ↵Matthew Wild2010-07-041-0/+2
| | | | have invalid or missing to/from addresses
* xmppcomponent_listener: Import jid_split to fix undefined global referenceMatthew Wild2010-07-041-0/+1
|
* xmppcomponent_listener: Don't validate to/from on non-stanzas, fixes ↵Waqas Hussain2010-07-031-18/+20
| | | | component auth.
* xmppcomponent_listener: Validate to/from on components, fixes #104 and #162Matthew Wild2010-07-031-0/+21
|
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
| * core.sessionmanager, net.*_listener: Remove the evil collectgarbage() callsMatthew Wild2009-11-241-1/+0
| |
* | net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions ↵Matthew Wild2010-03-141-1/+6
| | | | | | | | when destroying, and set destroyed = true
* | net.xmppcomponent_listener: Log invalid XML received from components (as we ↵Matthew Wild2010-03-141-0/+1
| | | | | | | | already do for c2s/s2s)
* | net.xmppcomponent_listener: Don't allow closing a session that has already ↵Matthew Wild2010-03-141-0/+1
| | | | | | | | been destroyed
* | net.xmppcomponent_listener: Close component sessions on receiving a ↵Matthew Wild2010-03-141-2/+2
| | | | | | | | </stream:stream>
* | net.xmppcomponent_listener: Don't handle stream errors from component ↵Matthew Wild2010-03-141-0/+1
| | | | | | | | sessions that have already been destroyed
* | net.xmppcomponent_listener: Fix to correctly handle stream errors from ↵Matthew Wild2010-03-141-5/+21
| | | | | | | | components
* | 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 ↵Matthew Wild2009-11-221-1/+1
| | | | | | | | traceback (thanks Tobias)
* | *_listener: Update for new net.server API, specifically .listener -> ↵Matthew Wild2009-11-221-3/+3
|/ | | | .onincoming, .disconnect -> .ondisconnect
* Changed separator between attribute names and prefixes from '|' to '\1' ↵Waqas Hussain2009-11-121-3/+3
| | | | (optimization and cleanup).
* 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 ↵Matthew Wild2009-07-281-0/+5
| | | | it isn't already open. Fixes #120
* 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