libpurple/protocols/mxit/protocol.h

branch
mxit-2.x.y
changeset 33559
94a95ba03c78
parent 33557
20e1edc44d99
child 33619
574bdd1627f3
equal deleted inserted replaced
33557:20e1edc44d99 33559:94a95ba03c78
158 #define RX_STATE_PROC 0x03 /* process read data */ 158 #define RX_STATE_PROC 0x03 /* process read data */
159 159
160 /* message flags */ 160 /* message flags */
161 #define CP_MSG_NOTIFY_DELIVERY 0x0002 /* request delivery notification */ 161 #define CP_MSG_NOTIFY_DELIVERY 0x0002 /* request delivery notification */
162 #define CP_MSG_NOTIFY_READ 0x0004 /* request read notification */ 162 #define CP_MSG_NOTIFY_READ 0x0004 /* request read notification */
163 #define CP_MSG_ENCRYPTED 0x0010 /* message is encrypted */ 163 #define CP_MSG_PWD_ENCRYPTED 0x0010 /* message is password encrypted */
164 #define CP_MSG_TL_ENCRYPTED 0x0020 /* message is transport encrypted */
165 #define CP_MSG_RPLY_PWD_ENCRYPT 0x0040 /* reply should be password encrypted */
166 #define CP_MSG_RPLY_TL_ENCRYPT 0x0080 /* reply should be transport encrypted */
164 #define CP_MSG_MARKUP 0x0200 /* message may contain markup */ 167 #define CP_MSG_MARKUP 0x0200 /* message may contain markup */
165 #define CP_MSG_EMOTICON 0x0400 /* message may contain custom emoticons */ 168 #define CP_MSG_EMOTICON 0x0400 /* message may contain custom emoticons */
166 #define CP_MSG_FAREWELL 0x0800 /* this is a farewell message */ 169 #define CP_MSG_FAREWELL 0x0800 /* this is a farewell message */
167 170
168 /* redirect types */ 171 /* redirect types */

mercurial