summaryrefslogtreecommitdiff
path: root/libpurple/protocols/mxit/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/protocols/mxit/profile.h')
-rw-r--r--libpurple/protocols/mxit/profile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpurple/protocols/mxit/profile.h b/libpurple/protocols/mxit/profile.h
index 0e36cc7e83..31efe705ca 100644
--- a/libpurple/protocols/mxit/profile.h
+++ b/libpurple/protocols/mxit/profile.h
@@ -43,6 +43,9 @@ struct MXitProfile {
char lastname[64]; /* user's last name (aka 'surname') */
char email[64]; /* user's email address */
char mobilenr[21]; /* user's mobile number */
+ char regcountry[3]; /* user's registered country code */
+ gint64 flags; /* user's profile flags */
+ gint64 lastonline; /* user's last-online timestamp */
gboolean hidden; /* set if the user's msisdn should remain hidden */
};