about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-06-02 00:24:22 +0100
committerJames Booth <boothj5@gmail.com>2013-06-02 00:24:22 +0100
commit0e5d277c14be33ed226e4f129066a31818454bd1 (patch)
tree01326255967f458f4af3a3c00c94940e19a69e3e /src/xmpp
parent65c09db19e663e2ba51f95e85e89f43840a0da1f (diff)
downloadprofani-tty-0e5d277c14be33ed226e4f129066a31818454bd1.tar.gz
Added message in console on /roster remove
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/roster.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmpp/roster.c b/src/xmpp/roster.c
index b5e94f42..234bfad2 100644
--- a/src/xmpp/roster.c
+++ b/src/xmpp/roster.c
@@ -403,6 +403,8 @@ _roster_handle_push(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
         // remove the contact
         g_hash_table_remove(contacts, barejid);
 
+        prof_handle_roster_remove(barejid);
+
     // otherwise update local roster
     } else {