Show message when other user <gone/>

This commit is contained in:
James Booth
2012-11-01 01:21:00 +00:00
parent 0ce7b2acb7
commit e45e6c46b7
5 changed files with 35 additions and 1 deletions

View File

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