mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 13:16:21 +00:00
Added offline handler for chat sessions
This commit is contained in:
@@ -393,6 +393,7 @@ handle_typing(char *from)
|
||||
void
|
||||
handle_gone(const char * const from)
|
||||
{
|
||||
chat_session_on_gone(from);
|
||||
ui_recipient_gone(from);
|
||||
}
|
||||
|
||||
@@ -463,6 +464,7 @@ handle_contact_offline(char *barejid, char *resource, char *status)
|
||||
}
|
||||
|
||||
rosterwin_roster();
|
||||
chat_session_on_offline(barejid, resource);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user