mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 07:16:22 +00:00
Send active chat state, handle composing and gone from recipients
This commit is contained in:
@@ -392,10 +392,10 @@ handle_typing(char *from)
|
||||
}
|
||||
|
||||
void
|
||||
handle_gone(const char * const from)
|
||||
handle_gone(const char * const barejid)
|
||||
{
|
||||
chat_session_remove(from);
|
||||
ui_recipient_gone(from);
|
||||
chat_session_remove(barejid);
|
||||
ui_recipient_gone(barejid);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user