diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-03-11 20:49:31 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-03-11 20:49:31 +0000 |
commit | 64e08ea58c8b68bdf5f0e027c32b106dc4b8aa1f (patch) | |
tree | 898290782a32d08ec3c01d45e28e31634def8a84 /protocols/FacebookRM/src/client.h | |
parent | a1150c4561b74789756e3cd58a2a42ee53e4737f (diff) |
Facebook: Hotfix for sticky number (some FB API update), version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@8564 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 798d17843c..ab701f4a15 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -39,7 +39,7 @@ public: {
username_ = password_ = \
chat_sequence_num_ = chat_channel_host_ = chat_channel_partition_ = \
- dtsg_ = logout_hash_ = "";
+ dtsg_ = logout_hash_ = chat_sticky_num_ = chat_conn_num_ = "";
msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0;
@@ -73,6 +73,8 @@ public: std::string chat_channel_partition_;
std::string chat_sequence_num_;
std::string chat_reconnect_reason_;
+ std::string chat_sticky_num_;
+ std::string chat_conn_num_;
bool invisible_;
bool is_typing_;
bool is_idle_;
|