comparison libpurple/protocols/msn/msn.h @ 19993:e73e510d56ec

A fix from Laszlo Pandy to make the MSN HTTP Method work again. Fixes #2638 and should make a number of people happy. This introduces a new string that isn't marked as translatable for 2.2.0 because it is so late in the game.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 13 Sep 2007 03:02:34 +0000
parents 43a8cd1f708c
children 8a4748cbf844
comparison
equal deleted inserted replaced
19992:e4dc98b8e140 19993:e73e510d56ec
57 57
58 #define MSN_BUF_LEN 8192 58 #define MSN_BUF_LEN 8192
59 59
60 #define USEROPT_MSNSERVER 3 60 #define USEROPT_MSNSERVER 3
61 #define MSN_SERVER "messenger.hotmail.com" 61 #define MSN_SERVER "messenger.hotmail.com"
62 #define MSN_HTTPCONN_SERVER "gateway.messenger.hotmail.com"
62 #define USEROPT_MSNPORT 4 63 #define USEROPT_MSNPORT 4
63 #define MSN_PORT 1863 64 #define MSN_PORT 1863
64 65
65 #define MSN_TYPING_RECV_TIMEOUT 6 66 #define MSN_TYPING_RECV_TIMEOUT 6
66 #define MSN_TYPING_SEND_TIMEOUT 4 67 #define MSN_TYPING_SEND_TIMEOUT 4