diff libpurple/protocols/mxit/protocol.h @ 32339:82ca1b879265

Remove the "hidden" option from user profile.
author andrew.victor@mxit.com
date Fri, 12 Aug 2011 22:44:39 +0000
parents 3951afa56940
children 930820b18a8d
line wrap: on
line diff
--- a/libpurple/protocols/mxit/protocol.h	Fri Aug 12 22:34:34 2011 +0000
+++ b/libpurple/protocols/mxit/protocol.h	Fri Aug 12 22:44:39 2011 +0000
@@ -182,7 +182,7 @@
 /* extended profile attribute fields */
 #define		CP_PROFILE_BIRTHDATE	"birthdate"				/* Birthdate (String - ISO 8601 format) */
 #define		CP_PROFILE_GENDER		"gender"				/* Gender (Boolean - 0=female, 1=male) */
-#define		CP_PROFILE_HIDENUMBER	"hidenumber"			/* Hide Number (Boolean - 0=false, 1=true) */
+// #define		CP_PROFILE_HIDENUMBER	"hidenumber"			/* Hide Number (Boolean - 0=false, 1=true) (DEPRECATED) */
 #define		CP_PROFILE_FULLNAME		"fullname"				/* Fullname (UTF8 String) */
 #define		CP_PROFILE_STATUS		"statusmsg"				/* Status Message (UTF8 String) */
 #define		CP_PROFILE_PREVSTATUS	"prevstatusmsgs"		/* Previous Status Messages (UTF8 String) */