diff options
Diffstat (limited to 'FacebookRM/constants.h')
-rw-r--r-- | FacebookRM/constants.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/FacebookRM/constants.h b/FacebookRM/constants.h index 7c5171c..a9a7844 100644 --- a/FacebookRM/constants.h +++ b/FacebookRM/constants.h @@ -29,13 +29,13 @@ Last change on : $Date$ // Version management
#include "build.h"
-#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 6, 0)
+#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 0, 7, 0)
#define __PRODUCT_DWORD PLUGIN_MAKE_VERSION(0, 9, 14, 0)
-#define __VERSION_STRING "0.0.6.0"
+#define __VERSION_STRING "0.0.7.0"
#define __PRODUCT_STRING "0.9.14.0"
-#define __VERSION_VS_FILE 0,0,6,0
+#define __VERSION_VS_FILE 0,0,7,0
#define __VERSION_VS_PROD 0,9,14,0
-#define __VERSION_VS_FILE_STRING "0, 0, 6, 0"
+#define __VERSION_VS_FILE_STRING "0, 0, 7, 0"
#define __VERSION_VS_PROD_STRING "0, 9, 14, 0"
// Product management
@@ -77,6 +77,9 @@ Last change on : $Date$ #define DEFAULT_BIG_AVATARS 0
#define DEFAULT_DISCONNECT_CHAT 0
#define DEFAULT_PARSE_MESSAGES 0
+#define DEFAULT_MAP_STATUSES 0
+#define DEFAULT_LOAD_MOBILE 0
+#define DEFAULT_ENABLE_GROUPCHATS 0
#define DEFAULT_EVENT_NOTIFICATIONS_ENABLE 1
#define DEFAULT_EVENT_FEEDS_ENABLE 1
@@ -101,6 +104,8 @@ Last change on : $Date$ #define FACEBOOK_REQUEST_BUDDY_LIST 120 // getting regular updates (friends online, ...)
#define FACEBOOK_REQUEST_LOAD_FRIENDS 121 // getting list of all friends
#define FACEBOOK_REQUEST_DELETE_FRIEND 122 // deleting friends
+#define FACEBOOK_REQUEST_ADD_FRIEND 123 // adding friends
+#define FACEBOOK_REQUEST_FACEPILES 124 // getting list of contacts in chat
#define FACEBOOK_REQUEST_FEEDS 125 // getting feeds
#define FACEBOOK_REQUEST_NOTIFICATIONS 126 // getting notifications
#define FACEBOOK_REQUEST_RECONNECT 130 // getting __sequence_num__ and __channel_id__
@@ -108,7 +113,7 @@ Last change on : $Date$ #define FACEBOOK_REQUEST_MESSAGE_SEND 300 // sending message
#define FACEBOOK_REQUEST_MESSAGES_RECEIVE 301 // receiving messages
#define FACEBOOK_REQUEST_TYPING_SEND 304 // sending typing notification
-#define FACEBOOK_REQUEST_SETTINGS 305 // setting chat visibility
+#define FACEBOOK_REQUEST_VISIBILITY 305 // setting chat visibility
#define FACEBOOK_REQUEST_TABS 306 // closing message window, setting chat visibility
#define FACEBOOK_REQUEST_ASYNC 307 // marking messages read and getting other things
#define FACEBOOK_REQUEST_ASYNC_GET 308 // GET version of async request
|