diff options
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 4d2d0fdd..ed6db6f0 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -64,6 +64,9 @@ #define MSN_SB_NEW -24062002 +#define MSN_CAP1 0xC000 +#define MSN_CAP2 0x0000 + #define MSN_MESSAGE_HEADERS "MIME-Version: 1.0\r\n" \ "Content-Type: text/plain; charset=UTF-8\r\n" \ "User-Agent: BitlBee " BITLBEE_VERSION "\r\n" \ |