diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-02-07 08:43:52 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-02-07 08:43:52 +0000 |
commit | 9fe7b9187d30041071ceebb4daf69cca38900b09 (patch) | |
tree | 7fe2efab376aed3ae7375e1017a2a0f05d52e515 /protocols/FacebookRM/src/proto.h | |
parent | bca544e48bda364d28bf3d732e0b578683870ebf (diff) |
Facebook: Implement and use activity_ping request
Maybe it's not needed at all, but maybe it will help something :)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r-- | protocols/FacebookRM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index fec92279d2..51a9bba0ee 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -60,6 +60,7 @@ public: bool m_enableChat; bool m_signingOut; time_t m_idleTS; + time_t m_pingTS; std::string m_locale; // DB utils missing in proto_interface |