From de0c391964f20214bedcffa954c162360675d3b1 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Thu, 15 Mar 2012 16:43:42 +0000 Subject: FacebookRM: version bump # For running plugin is required Miranda 0.9.43 or newer # Plugin is compiled with VS2005 (Fb x86) and a VS2010 (Fb x64) + Added 2 types of newsfeeds: Photos and Links * Reworked options ! Fixed setting to notify different type of newsfeeds ! Fixed and improved parsing newsfeeds ! Fixed getting groupchat messages which contains % ! Fixed not working login ! Improved deleting of contacts + Support for Miranda's EV_PROTO_ONCONTACTDELETED events + Added missing GUID for x64 version and updated user-agent ! Some other minor fixes or improvements ! Fixed item 'Visit Profile' when protocol menus are moved to Main menu * Updated language pack file (for translators) - Disabled option for closing message windows on website (temporary doesnt work) git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@279 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- FacebookRM/client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FacebookRM/client.h') diff --git a/FacebookRM/client.h b/FacebookRM/client.h index 0ae6dc0..45f4bb3 100644 --- a/FacebookRM/client.h +++ b/FacebookRM/client.h @@ -41,7 +41,7 @@ public: msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0; - invisible_ = is_typing_ = false; + is_idle_ = invisible_ = is_typing_ = false; buddies_lock_ = send_message_lock_ = NULL; hMsgCon = NULL; @@ -74,6 +74,7 @@ public: std::string chat_reconnect_reason_; bool invisible_; bool is_typing_; + bool is_idle_; time_t last_feeds_update_; unsigned __int64 last_notification_time_; int msgid_; -- cgit v1.2.3