From 51c5b6906f9571f17a9905d7f1111baa1f2dc126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 16 Oct 2012 12:26:39 +0000 Subject: Fixed Facebook channel change. git-svn-id: http://svn.miranda-ng.org/main/trunk@1955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/FacebookRM/src/client.h') 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_; -- cgit v1.2.3