about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/xmpp/connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/connection.c b/src/xmpp/connection.c
index 57de5ad1..c5475258 100644
--- a/src/xmpp/connection.c
+++ b/src/xmpp/connection.c
@@ -170,6 +170,7 @@ connection_connect(const char* const jid, const char* const passwd, const char*
         log_warning("Failed to get libstrophe ctx during connect");
         return JABBER_DISCONNECTED;
     }
+    xmpp_ctx_set_verbosity(conn.xmpp_ctx, 0);
     conn.xmpp_conn = xmpp_conn_new(conn.xmpp_ctx);
     if (conn.xmpp_conn == NULL) {
         log_warning("Failed to get libstrophe conn during connect");