about summary refs log tree commit diff stats
path: root/src/jabber.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jabber.c')
-rw-r--r--src/jabber.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jabber.c b/src/jabber.c
index c8ef4a55..3cdad108 100644
--- a/src/jabber.c
+++ b/src/jabber.c
@@ -389,8 +389,6 @@ _jabber_conn_handler(xmpp_conn_t * const conn,
 
             jabber_conn.conn_status = JABBER_DISCONNECTED;
             jabber_conn.presence = PRESENCE_OFFLINE;
-
-            profanity_shutdown();
             
         // lost connection for unkown reason
         } else if (jabber_conn.conn_status == JABBER_CONNECTED) {