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, 1 insertions, 1 deletions
diff --git a/src/jabber.c b/src/jabber.c
index 150f7c6f..766c78bf 100644
--- a/src/jabber.c
+++ b/src/jabber.c
@@ -443,7 +443,7 @@ _message_handler(xmpp_conn_t * const conn,
 
         // handle <gone/>
         } else if (xmpp_stanza_get_child_by_name(stanza, "gone") != NULL) {
-            // do something
+            prof_handle_gone(short_from);
 
         // handle <active/>
         } else {