diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-05-25 18:11:53 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-05-25 18:11:53 +0000 |
commit | 1aa7fb19562f9462311e55dc0b9a7fac18c31180 (patch) | |
tree | abe836fdcac52cf7291cec5a682ce414ebab176d /protocols/FacebookRM/constants.h | |
parent | e45307525555ee23035c0d87fbac3ed8ce5a31e8 (diff) |
Updated Facebook RM
git-svn-id: http://svn.miranda-ng.org/main/trunk@176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/constants.h')
-rw-r--r-- | protocols/FacebookRM/constants.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. #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
{
|