summaryrefslogtreecommitdiff
path: root/libpurple/protocols/mxit/mxit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple/protocols/mxit/mxit.h')
-rw-r--r--libpurple/protocols/mxit/mxit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/protocols/mxit/mxit.h b/libpurple/protocols/mxit/mxit.h
index 21bd16f2a8..915a00bd91 100644
--- a/libpurple/protocols/mxit/mxit.h
+++ b/libpurple/protocols/mxit/mxit.h
@@ -63,7 +63,7 @@
/* Plugin details */
#define MXIT_PLUGIN_ID "prpl-loubserp-mxit"
#define MXIT_PLUGIN_NAME "MXit"
-#define MXIT_PLUGIN_VERSION "2.3.0"
+#define MXIT_PLUGIN_VERSION "2.4.0"
#define MXIT_PLUGIN_EMAIL "Pieter Loubser <libpurple@mxit.com>"
#define MXIT_PLUGIN_WWW "http://www.mxit.com"
#define MXIT_PLUGIN_SUMMARY "MXit Protocol Plugin"
@@ -105,7 +105,7 @@
/* Client session flags */
#define MXIT_FLAG_CONNECTED 0x01 /* established connection to the server */
#define MXIT_FLAG_LOGGEDIN 0x02 /* user currently logged in */
-#define MXIT_FLAG_FIRSTROSTER 0x04 /* set to true once the first roster update has been recevied and processed */
+#define MXIT_FLAG_FIRSTROSTER 0x04 /* set to true once the first roster update has been received and processed */
/* define this to enable the link clicking support */
@@ -151,7 +151,7 @@ struct MXitSession {
/* personal (profile) */
struct MXitProfile* profile; /* user's profile information */
- int mood; /* user's current mood */
+ char* uid; /* the user's UID */
/* libpurple */
PurpleAccount* acc; /* pointer to the libpurple internal account struct */