pidgin.mxit: c411ce68: Profile field lengths as per protocol do...

andrew.victor at mxit.com andrew.victor at mxit.com
Wed Mar 23 10:32:56 EDT 2011


----------------------------------------------------------------------
Revision: c411ce686b03de9da2d99f1d44fbdc5ae5b8dd0d
Parent:   89815939a924cda8f4cd30ce86cf1406db8f6ff6
Author:   andrew.victor at mxit.com
Date:     03/23/11 10:28:07
Branch:   im.pidgin.pidgin.mxit
URL: http://d.pidgin.im/viewmtn/revision/info/c411ce686b03de9da2d99f1d44fbdc5ae5b8dd0d

Changelog: 

Profile field lengths as per protocol doc.


Changes against parent 89815939a924cda8f4cd30ce86cf1406db8f6ff6

  patched  libpurple/protocols/mxit/profile.h

-------------- next part --------------
============================================================
--- libpurple/protocols/mxit/profile.h	7ac0da05f0680992ea0bb21208acfe1f4e8ed33c
+++ libpurple/protocols/mxit/profile.h	55160c28fad68214002067be74dd37f5686332ec
@@ -32,7 +32,7 @@ struct MXitProfile {
 struct MXitProfile {
 	/* required */
 	char		loginname[64];						/* name user uses to log into MXit with (aka 'mxitid') */
-	char		nickname[51];						/* user's own display name (aka 'nickname', aka 'fullname', aka 'alias') in MXit */
+	char		nickname[101];						/* user's own display name (aka 'nickname', aka 'fullname', aka 'alias') in MXit */
 	char		birthday[16];						/* user's birthday "YYYY-MM-DD" */
 	gboolean	male;								/* true if the user's gender is male (otherwise female) */
 	char		pin[16];							/* user's password */
@@ -41,7 +41,7 @@ struct MXitProfile {
 	char		title[21];							/* user's title */
 	char		firstname[51];						/* user's first name */
 	char		lastname[51];						/* user's last name (aka 'surname') */
-	char		email[64];							/* user's email address */
+	char		email[201];							/* user's email address */
 	char		mobilenr[21];						/* user's mobile number */
 	char		regcountry[3];						/* user's registered country code */
 	char		whereami[51];						/* where am I / where I live */


More information about the Commits mailing list