libpurple/protocols/mxit/protocol.h

branch
mxit-2.x.y
changeset 32088
4c1b703def6f
parent 31722
9e4e8315893d
child 32089
bee3aee1bc9c
--- a/libpurple/protocols/mxit/protocol.h	Sat Feb 18 23:28:43 2012 +0000
+++ b/libpurple/protocols/mxit/protocol.h	Tue Feb 21 21:18:50 2012 +0000
@@ -195,9 +195,11 @@
 #define		CP_PROFILE_LASTSEEN		"lastseen"				/* Last-Online timestamp */
 #define		CP_PROFILE_WHEREAMI		"whereami"				/* Where am I / Where I live */
 #define		CP_PROFILE_ABOUTME		"aboutme"				/* About me */
+#define		CP_PROFILE_RELATIONSHIP	"relationship"			/* Relationship Status */
 
 /* extended profile field types */
 #define		CP_PROFILE_TYPE_BOOL	0x02					/* boolean (0 or 1) */
+#define		CP_PROFILE_TYPE_SHORT	0x04					/* short (16-bit) */
 #define		CP_PROFILE_TYPE_INT		0x05					/* integer (32-bit) */
 #define		CP_PROFILE_TYPE_LONG	0x06					/* long (64-bit) */
 #define		CP_PROFILE_TYPE_UTF8	0x0A					/* UTF8 string */

mercurial