diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-16 14:52:19 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-09-16 14:52:19 +0100 |
commit | 080c43a862bca535e51682423afc9d0f75ea1d02 (patch) | |
tree | 7d265fde60504f9fb47de731fae8117ea1234ca9 /protocols/msn/msn.h | |
parent | f9258aead615ef9b87baa1754777fd5faf867fe1 (diff) |
Some more tweaks: Should show up online now, and be able to send and receive
messages. Seeing online state is still a problem due to the protocol#: gunk.
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" \ |