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

@@ -145,6 +145,13 @@ prof_handle_login_success(const char *jid)
prefs_add_login(jid);
}
void
prof_handle_gone(const char * const from)
{
win_show_gone(from);
win_page_off();
}
void
prof_handle_lost_connection(void)
{