Log

mod_component_client/mod_component_client.lua @ 2521:66b81e144ded

description author age
mod_component_client: Pass a non-zero exit code on shutdown due to lost connection daurnimator 2016-01-20
all the things: Remove trailing whitespace Florian Zeitz 2014-03-11
mod_component_client: Don't read the socket in line mode. Waqas Hussain 2013-11-05
mod_component_client: When exit_on_disconnect=true, don't try to shutdown Prosody when it's already shutting down. Waqas Hussain 2013-11-01
mod_component_client: Do a proper disconnect when the server is shutting down Waqas Hussain 2013-10-31
mod_component_client: Use the net.server connection abstraction for sending whitespace keep-alive, and not the raw socket (fixes a traceback which lead to an infinite timer loop in libevent) Waqas Hussain 2013-10-28
mod_component_client: Add config option component_client.keepalive_interval (default is one hour: 3600). Waqas Hussain 2013-10-24
mod_component_client: Fix traceback when connection fails during module load Waqas Hussain 2013-10-11
mod_component_client: Added component_client.exit_on_disconnect config option Waqas Hussain 2013-10-11
mod_component_client: Fire connect (logged in) and disconnect events Waqas Hussain 2013-10-11
mod_component_client: Initial commit. Allows Prosody to act as an external component for other XMPP servers. Waqas Hussain 2013-04-30