* add possibility to specify the inbound buffer size
[citadel.git] / citadel / modules / xmpp / serv_xmpp.c
index 31656c18b7c3b9f7a1ae91733c89f34ca370a3a9..835b30195bd1230760468a277e1a73ab575e64d0 100644 (file)
@@ -513,6 +513,7 @@ void xmpp_cleanup_function(void) {
  * Here's where our XMPP session begins its happy day.
  */
 void xmpp_greeting(void) {
+       client_set_inbound_buf(4);
        strcpy(CC->cs_clientname, "XMPP session");
        CC->session_specific_data = malloc(sizeof(citxmpp));
        memset(XMPP, 0, sizeof(citxmpp));