comparison 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
comparison
equal deleted inserted replaced
32338:66fa012633e9 32339:82ca1b879265
180 #define CP_MSGEVENT_DISPLAYED 0x04 /* message was viewed */ 180 #define CP_MSGEVENT_DISPLAYED 0x04 /* message was viewed */
181 181
182 /* extended profile attribute fields */ 182 /* extended profile attribute fields */
183 #define CP_PROFILE_BIRTHDATE "birthdate" /* Birthdate (String - ISO 8601 format) */ 183 #define CP_PROFILE_BIRTHDATE "birthdate" /* Birthdate (String - ISO 8601 format) */
184 #define CP_PROFILE_GENDER "gender" /* Gender (Boolean - 0=female, 1=male) */ 184 #define CP_PROFILE_GENDER "gender" /* Gender (Boolean - 0=female, 1=male) */
185 #define CP_PROFILE_HIDENUMBER "hidenumber" /* Hide Number (Boolean - 0=false, 1=true) */ 185 // #define CP_PROFILE_HIDENUMBER "hidenumber" /* Hide Number (Boolean - 0=false, 1=true) (DEPRECATED) */
186 #define CP_PROFILE_FULLNAME "fullname" /* Fullname (UTF8 String) */ 186 #define CP_PROFILE_FULLNAME "fullname" /* Fullname (UTF8 String) */
187 #define CP_PROFILE_STATUS "statusmsg" /* Status Message (UTF8 String) */ 187 #define CP_PROFILE_STATUS "statusmsg" /* Status Message (UTF8 String) */
188 #define CP_PROFILE_PREVSTATUS "prevstatusmsgs" /* Previous Status Messages (UTF8 String) */ 188 #define CP_PROFILE_PREVSTATUS "prevstatusmsgs" /* Previous Status Messages (UTF8 String) */
189 #define CP_PROFILE_AVATAR "avatarid" /* Avatar ID (String) */ 189 #define CP_PROFILE_AVATAR "avatarid" /* Avatar ID (String) */
190 #define CP_PROFILE_MODIFIED "lastmodified" /* Last-Modified timestamp */ 190 #define CP_PROFILE_MODIFIED "lastmodified" /* Last-Modified timestamp */