diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-06-10 21:18:00 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-06-10 21:18:00 +0000 |
commit | 4ad68f3d27feb1307e76c0cf25617a0bcf9de507 (patch) | |
tree | cbb938c4d502c6b4d6f30e5903a5c8e8a141b6b4 /protocols/FacebookRM/constants.h | |
parent | 2430d726d4585347c31c1a4b1c42023aa6d6ee8e (diff) |
FacebookRM sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/constants.h')
-rw-r--r-- | protocols/FacebookRM/constants.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/protocols/FacebookRM/constants.h b/protocols/FacebookRM/constants.h index e647cabf62..8662c7c145 100644 --- a/protocols/FacebookRM/constants.h +++ b/protocols/FacebookRM/constants.h @@ -93,12 +93,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define FACEBOOK_REQUEST_SEARCH 111 // searching
#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_REQUEST_FRIEND 123 // requesting friends
-#define FACEBOOK_REQUEST_APPROVE_FRIEND 124 // approving friends
-#define FACEBOOK_REQUEST_FEEDS 125 // getting feeds
-#define FACEBOOK_REQUEST_NOTIFICATIONS 126 // getting notifications
-#define FACEBOOK_REQUEST_LOAD_REQUESTS 127 // getting friend requests
+#define FACEBOOK_REQUEST_FEEDS 122 // getting feeds
+#define FACEBOOK_REQUEST_NOTIFICATIONS 123 // getting notifications
+#define FACEBOOK_REQUEST_LOAD_REQUESTS 125 // getting friend requests
+#define FACEBOOK_REQUEST_REQUEST_FRIEND 126 // requesting friends
+#define FACEBOOK_REQUEST_APPROVE_FRIEND 127 // approving friends
+#define FACEBOOK_REQUEST_DELETE_FRIEND 128 // deleting friends
+#define FACEBOOK_REQUEST_CANCEL_REQUEST 129 // cancel friends request
#define FACEBOOK_REQUEST_RECONNECT 130 // getting __sequence_num__ and __channel_id__
#define FACEBOOK_REQUEST_STATUS_SET 251 // setting my "What's on my mind?"
#define FACEBOOK_REQUEST_MESSAGE_SEND 300 // sending message
|