diff libpurple/protocols/mxit/mxit.h @ 30714:b6b0c80f9dde

Implemented new naming conventions * changed MXitId to UID * changed nickname to Display Name * changed loginname to MXit ID
author pieter.loubser@mxit.com
date Mon, 14 Jun 2010 12:16:50 +0000
parents d7325448badb
children 44f53d3fc54f
line wrap: on
line diff
--- a/libpurple/protocols/mxit/mxit.h	Wed Jun 02 21:55:44 2010 +0000
+++ b/libpurple/protocols/mxit/mxit.h	Mon Jun 14 12:16:50 2010 +0000
@@ -151,7 +151,7 @@
 
 	/* personal (profile) */
 	struct MXitProfile*	profile;					/* user's profile information */
-	char*				mxitId;						/* the user's MXitId */
+	char*				uid;						/* the user's UID */
 
 	/* libpurple */
 	PurpleAccount*		acc;						/* pointer to the libpurple internal account struct */