| 59 |
59 |
| 60 #include "client.h" |
60 #include "client.h" |
| 61 #include "profile.h" |
61 #include "profile.h" |
| 62 |
62 |
| 63 |
63 |
| |
64 /* Protocol details */ |
| |
65 #define MXIT_PROTOCOL_ID "loubserp-mxit" |
| |
66 #define MXIT_PROTOCOL_NAME "MXit" |
| |
67 |
| |
68 |
| 64 /* Plugin details */ |
69 /* Plugin details */ |
| 65 #define MXIT_PLUGIN_ID "loubserp-mxit" |
70 #define MXIT_PLUGIN_ID "protocol-mxit" |
| 66 #define MXIT_PLUGIN_NAME "MXit" |
71 #define MXIT_PLUGIN_NAME "MXit Protocol" |
| 67 #define MXIT_PLUGIN_CATEGORY "Protocol" |
72 #define MXIT_PLUGIN_CATEGORY "Protocol" |
| 68 #define MXIT_PLUGIN_AUTHOR "Pieter Loubser <libpurple@mxit.com>" |
73 #define MXIT_PLUGIN_AUTHOR "Pieter Loubser <libpurple@mxit.com>" |
| 69 #define MXIT_PLUGIN_WWW "http://www.mxit.com" |
74 #define MXIT_PLUGIN_WWW "http://www.mxit.com" |
| 70 #define MXIT_PLUGIN_SUMMARY "MXit Protocol Plugin" |
75 #define MXIT_PLUGIN_SUMMARY "MXit Protocol Plugin" |
| 71 #define MXIT_PLUGIN_DESC "MXit" |
76 #define MXIT_PLUGIN_DESC "MXit" |