comparison src/protocols/msn/msn.h @ 19785:852b32710df0

[gaim-migrate @ 16507] add the contact list retrieve and dump contact list to server currently can do chanllenge successfully But can't get the buddy list done by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Mon, 17 Jul 2006 12:22:37 +0000
parents 995aea35b05c
children 23258253c7a0
comparison
equal deleted inserted replaced
19784:bc30c6270d9f 19785:852b32710df0
64 64
65 /* Windows Live Messenger Server*/ 65 /* Windows Live Messenger Server*/
66 #define WLM_SERVER "muser.messenger.hotmail.com" 66 #define WLM_SERVER "muser.messenger.hotmail.com"
67 #define WLM_PORT 1863 67 #define WLM_PORT 1863
68 #define WLM_PROT_VER 13 68 #define WLM_PROT_VER 13
69 #define WLM_MAX_PROTOCOL 14
69 #define WLM_MIN_PROTOCOL 13 70 #define WLM_MIN_PROTOCOL 13
70 71
71 #define MSN_TYPING_RECV_TIMEOUT 6 72 #define MSN_TYPING_RECV_TIMEOUT 6
72 #define MSN_TYPING_SEND_TIMEOUT 4 73 #define MSN_TYPING_SEND_TIMEOUT 4
73 74