Log

net/xmppcomponent_listener.lua @ 4561:429a007f70e8

description author age
net.xmppcomponent_listener: removed unused variable reference. Marco Cirillo 2012-01-06
net.xmppcomponent_listener: Move session creation from listener.onincoming to listener.onconnect. Waqas Hussain 2010-12-14
net.xmppcomponent_listener: Made some globals local. Waqas Hussain 2010-12-14
xmppcomponent_listener: Switch to util.xmppstream from xmlhandlers Matthew Wild 2010-12-07
net.xmpp{client,server,component}_listener: s/xml-not-well-formed/not-well-formed/ as per latest bis drafts. Waqas Hussain 2010-11-19
prosody: Removed all references to componentmanager from Prosody, except the main componentmanager file. Waqas Hussain 2010-11-10
net.xmppcomponent_listener: Removed unnecessary and problematic cleanup code. Waqas Hussain 2010-11-09
net.xmppcomponent_listener: Call session:on_destroy() on session disconnect. Waqas Hussain 2010-11-09
Monster whitespace commit (beware the whitespace monster). Waqas Hussain 2010-10-16
net.xmppcomponent_listener: Fixed a possible traceback in component disconnect handling. Waqas Hussain 2010-09-21
net.xmppcomponent_listener: Specify missing log level for a log statement. Waqas Hussain 2010-09-21
net.xmppcomponent_listener, mod_component: Removed useless undocumented option 'component_address'. Waqas Hussain 2010-09-21
xmppcomponent_listener: Add log messages for when stanzas from components have invalid or missing to/from addresses Matthew Wild 2010-07-04
xmppcomponent_listener: Import jid_split to fix undefined global reference Matthew Wild 2010-07-04
xmppcomponent_listener: Don't validate to/from on non-stanzas, fixes component auth. Waqas Hussain 2010-07-03
xmppcomponent_listener: Validate to/from on components, fixes #104 and #162 Matthew Wild 2010-07-03
Merge 0.6->0.7 Matthew Wild 2010-03-22
Update copyright headers for 2010 Matthew Wild 2010-03-22
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls Matthew Wild 2009-11-24
net.xmppcomponent_listener: Don't remove 'log' and 'close' from sessions when destroying, and set destroyed = true Matthew Wild 2010-03-14
net.xmppcomponent_listener: Log invalid XML received from components (as we already do for c2s/s2s) Matthew Wild 2010-03-14
net.xmppcomponent_listener: Don't allow closing a session that has already been destroyed Matthew Wild 2010-03-14
net.xmppcomponent_listener: Close component sessions on receiving a </stream:stream> Matthew Wild 2010-03-14
net.xmppcomponent_listener: Don't handle stream errors from component sessions that have already been destroyed Matthew Wild 2010-03-14
net.xmppcomponent_listener: Fix to correctly handle stream errors from components Matthew Wild 2010-03-14
xmppcomponent_listener: Update for new connection API Matthew Wild 2010-01-22
net.xmpp{client,server,component}: Update for new xmlhandlers syntax Matthew Wild 2010-01-19
core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls Matthew Wild 2009-11-24
xmppcomponent_listener: Use new API for writing to components, fixes traceback (thanks Tobias) Matthew Wild 2009-11-22
*_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect Matthew Wild 2009-11-22
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup). Waqas Hussain 2009-11-12
xmppcomponent_listener: Fix to collect component sessions on disconnect Matthew Wild 2009-08-05
xmpp{client,server,component]_listener: Open stream if sending an error and it isn't already open. Fixes #120 Matthew Wild 2009-07-28
Remove version number from copyright headers Matthew Wild 2009-07-10
xmppcomponent_listener: Removed unused reference to core.eventmanager Waqas Hussain 2009-05-30
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections Matthew Wild 2009-05-04