log mod_component_client/mod_component_client.lua @ 1222:e3a766045ef6

age author description
Tue, 05 Nov 2013 14:33:41 -0500 Waqas Hussain mod_component_client: Don't read the socket in line mode.
Fri, 01 Nov 2013 18:53:52 -0400 Waqas Hussain mod_component_client: When exit_on_disconnect=true, don't try to shutdown Prosody when it's already shutting down.
Thu, 31 Oct 2013 12:37:42 -0400 Waqas Hussain mod_component_client: Do a proper disconnect when the server is shutting down
Mon, 28 Oct 2013 11:55:59 -0400 Waqas Hussain 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)