Changeset 9c84617 for protocols/msn/msn.h
- Timestamp:
- 2010-12-13T00:42:58Z (14 years ago)
- Branches:
- master
- Children:
- c5920df
- Parents:
- 8eec79d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
r8eec79d r9c84617 30 30 */ 31 31 #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" 32 33 #define GROUPCHAT_SWITCHBOARD_MESSAGE "\r\r\rME WANT TALK TO MANY PEOPLE\r\r\r" 33 34 #define SB_KEEPALIVE_MESSAGE "\r\r\rDONT HANG UP ON ME!\r\r\r" … … 70 71 "\r\n\r\n" 71 72 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" 75 82 76 83 #define PROFILE_URL "http://members.msn.com/"
Note: See TracChangeset
for help on using the changeset viewer.