1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 21:46:45 +02:00

implemented typing status

This commit is contained in:
Jfreegman
2014-02-23 04:28:33 -05:00
parent 6269eafeaa
commit 2b707f1d80
5 changed files with 54 additions and 1 deletions

View File

@ -14,6 +14,7 @@ typedef struct {
int chatwin;
bool active;
bool online;
bool is_typing;
TOX_USERSTATUS status;
struct FileReceiver file_receiver;
} ToxicFriend;