Added message in console on /roster remove

This commit is contained in:
James Booth
2013-06-02 00:24:22 +01:00
parent 65c09db19e
commit 0e5d277c14
5 changed files with 17 additions and 0 deletions

View File

@@ -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 {