diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-10-16 12:26:39 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-10-16 12:26:39 +0000 |
commit | 51c5b6906f9571f17a9905d7f1111baa1f2dc126 (patch) | |
tree | 2fd4e7f98b18aa296330ea819a7c195af4a24740 /protocols/FacebookRM/src/client.h | |
parent | 5edc875e696a39cdf62d873a664d8a6cb2d26ad9 (diff) |
Fixed Facebook channel change.
git-svn-id: http://svn.miranda-ng.org/main/trunk@1955 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, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index d11cf0ab55..6b0f320ba7 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -36,7 +36,7 @@ public: {
username_ = password_ = \
post_form_id_ = dtsg_ = \
- chat_sequence_num_ = chat_channel_host_ = chat_channel_partition_ = chat_channel_jslogger_ = \
+ chat_sequence_num_ = chat_channel_host_ = chat_channel_partition_ = \
logout_hash_ = "";
msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0;
@@ -67,8 +67,8 @@ public: std::string post_form_id_;
std::string dtsg_;
std::string logout_hash_;
+ std::string chat_channel_;
std::string chat_channel_host_;
- std::string chat_channel_jslogger_;
std::string chat_channel_partition_;
std::string chat_sequence_num_;
std::string chat_reconnect_reason_;
|