libpurple/protocols/mxit/mxit.h

branch
soc.2013.gobjectification.plugins
changeset 36638
5f6dcd83e8c1
parent 36637
9b0109ae118d
child 36642
b8ba53daa445
--- a/libpurple/protocols/mxit/mxit.h	Sun Sep 01 14:24:24 2013 +0530
+++ b/libpurple/protocols/mxit/mxit.h	Sun Sep 01 15:57:38 2013 +0530
@@ -61,9 +61,14 @@
 #include	"profile.h"
 
 
+/* Protocol details */
+#define		MXIT_PROTOCOL_ID			"loubserp-mxit"
+#define		MXIT_PROTOCOL_NAME			"MXit"
+
+
 /* Plugin details */
-#define		MXIT_PLUGIN_ID				"loubserp-mxit"
-#define		MXIT_PLUGIN_NAME			"MXit"
+#define		MXIT_PLUGIN_ID				"protocol-mxit"
+#define		MXIT_PLUGIN_NAME			"MXit Protocol"
 #define		MXIT_PLUGIN_CATEGORY		"Protocol"
 #define		MXIT_PLUGIN_AUTHOR			"Pieter Loubser <libpurple@mxit.com>"
 #define		MXIT_PLUGIN_WWW				"http://www.mxit.com"

mercurial