diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-06-19 10:39:53 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-06-19 10:39:53 +0000 |
commit | 8cc704c0ac76ac635b2ca5e40ce5a21f2686156a (patch) | |
tree | 4d4c6b9cdbb2dceabcc0c3981a789404d32d0e7d /protocols/FacebookRM/src/client.h | |
parent | 67e3f0fb7e0ace16b2aae903d7f17beea95fafe0 (diff) |
Facebook: Correctly show stopped-typing event after receive message (broken by r9482)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index b20d7d70e7..a1fca8e1e0 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -105,6 +105,7 @@ public: std::string get_privacy_type();
std::map<MCONTACT, bool> ignore_read;
+ std::set<MCONTACT> typing; // store info about typing contacts, because Facebook doesn't send "stopped typing" event when there is actual message being sent
char* load_cookies();
void store_headers(http::response* resp, NETLIBHTTPHEADER* headers, int headers_count);
|