Ignore:
Timestamp:
2010-12-13T00:42:58Z (13 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c5920df
Parents:
8eec79d
Message:

Silently adding /CTCP NUDGE support for MSN contacts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r8eec79d r9c84617  
    3030 */
    3131#define TYPING_NOTIFICATION_MESSAGE "\r\r\rBEWARE, ME R TYPINK MESSAGE!!!!\r\r\r"
     32#define NUDGE_MESSAGE "\r\r\rSHAKE THAT THING\r\r\r"
    3233#define GROUPCHAT_SWITCHBOARD_MESSAGE "\r\r\rME WANT TALK TO MANY PEOPLE\r\r\r"
    3334#define SB_KEEPALIVE_MESSAGE "\r\r\rDONT HANG UP ON ME!\r\r\r"
     
    7071                           "\r\n\r\n"
    7172
    72 #define SB_KEEPALIVE_HEADERS "MIME-Version: 1.0\r\n" \
    73                              "Content-Type: text/x-ping\r\n" \
    74                              "\r\n\r\n"
     73#define MSN_NUDGE_HEADERS "MIME-Version: 1.0\r\n" \
     74                          "Content-Type: text/x-msnmsgr-datacast\r\n" \
     75                          "\r\n" \
     76                          "ID: 1\r\n" \
     77                          "\r\n"
     78
     79#define MSN_SB_KEEPALIVE_HEADERS "MIME-Version: 1.0\r\n" \
     80                                 "Content-Type: text/x-ping\r\n" \
     81                                 "\r\n\r\n"
    7582
    7683#define PROFILE_URL "http://members.msn.com/"
Note: See TracChangeset for help on using the changeset viewer.