diff -r 20e1edc44d99 -r 94a95ba03c78 libpurple/protocols/mxit/protocol.h --- a/libpurple/protocols/mxit/protocol.h Tue Dec 18 16:06:51 2012 +0200 +++ b/libpurple/protocols/mxit/protocol.h Tue Dec 18 17:50:47 2012 +0200 @@ -160,7 +160,10 @@ /* message flags */ #define CP_MSG_NOTIFY_DELIVERY 0x0002 /* request delivery notification */ #define CP_MSG_NOTIFY_READ 0x0004 /* request read notification */ -#define CP_MSG_ENCRYPTED 0x0010 /* message is encrypted */ +#define CP_MSG_PWD_ENCRYPTED 0x0010 /* message is password encrypted */ +#define CP_MSG_TL_ENCRYPTED 0x0020 /* message is transport encrypted */ +#define CP_MSG_RPLY_PWD_ENCRYPT 0x0040 /* reply should be password encrypted */ +#define CP_MSG_RPLY_TL_ENCRYPT 0x0080 /* reply should be transport encrypted */ #define CP_MSG_MARKUP 0x0200 /* message may contain markup */ #define CP_MSG_EMOTICON 0x0400 /* message may contain custom emoticons */ #define CP_MSG_FAREWELL 0x0800 /* this is a farewell message */