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

@@ -34,5 +34,6 @@ void prof_handle_contact_offline(char *contact, char *show, char *status);
void prof_handle_incoming_message(char *from, char *message);
void prof_handle_error_message(const char *from, const char *err_msg);
void prof_handle_roster(GSList *roster);
void prof_handle_gone(const char * const from);
#endif