From 1aa7fb19562f9462311e55dc0b9a7fac18c31180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 25 May 2012 18:11:53 +0000 Subject: Updated Facebook RM git-svn-id: http://svn.miranda-ng.org/main/trunk@176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/constants.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'protocols/FacebookRM/constants.h') diff --git a/protocols/FacebookRM/constants.h b/protocols/FacebookRM/constants.h index 93ae6022ee..e647cabf62 100644 --- a/protocols/FacebookRM/constants.h +++ b/protocols/FacebookRM/constants.h @@ -111,6 +111,12 @@ along with this program. If not, see . #define FACEBOOK_RECV_MESSAGE 1 #define FACEBOOK_SEND_MESSAGE 2 +// Contact types +#define FACEBOOK_CONTACT_FRIEND 1 // contact that IS on our server list +#define FACEBOOK_CONTACT_NONE 2 // contact that ISN'T on our server list +#define FACEBOOK_CONTACT_REQUEST 3 // contact that we asked for friendship +#define FACEBOOK_CONTACT_APPROVE 4 // contact that is asking us for approval of friendship + // News Feed types static const struct { -- cgit v1.2.3