summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/client.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-02-07 08:43:50 +0000
committerRobert Pösel <robyer@seznam.cz>2015-02-07 08:43:50 +0000
commitbca544e48bda364d28bf3d732e0b578683870ebf (patch)
tree64b710b5777cf5c83ab583e277111c26ff9fe381 /protocols/FacebookRM/src/client.h
parentcaaf768bfac9eec37f9461c8354cb62a1216f773 (diff)
Facebook: Correct implementation of idle time reporting, update channel request
git-svn-id: http://svn.miranda-ng.org/main/trunk@12036 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r--protocols/FacebookRM/src/client.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index 3e0d43c937..f26ab107ee 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -39,7 +39,7 @@ public:
{
msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0;
- https_ = is_idle_ = is_typing_ = false;
+ https_ = is_typing_ = false;
buddies_lock_ = send_message_lock_ = notifications_lock_ = cookies_lock_ = NULL;
hMsgCon = NULL;
@@ -78,7 +78,6 @@ public:
std::string chat_clientid_;
std::string chat_traceid_;
bool is_typing_;
- bool is_idle_;
bool https_;
time_t last_feeds_update_;
time_t last_notification_time_;