comparison libpurple/protocols/yahoo/yahoo.h @ 26940:3fd5f2bccd68

Set the default pager host to scsa.msg.yahoo.com; this seems to be what the official client uses.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 23 May 2009 10:44:39 +0000
parents 6ddb4932772a
children 510f07e1f5c1
comparison
equal deleted inserted replaced
26939:e40a30c883cc 26940:3fd5f2bccd68
26 #define _YAHOO_H_ 26 #define _YAHOO_H_
27 27
28 #include "circbuffer.h" 28 #include "circbuffer.h"
29 #include "prpl.h" 29 #include "prpl.h"
30 30
31 #define YAHOO_PAGER_HOST "scs.msg.yahoo.com" 31 #define YAHOO_PAGER_HOST "scsa.msg.yahoo.com"
32 #define YAHOO_PAGER_PORT 5050 32 #define YAHOO_PAGER_PORT 5050
33 #define YAHOO_PAGER_PORT_P2P 5101 33 #define YAHOO_PAGER_PORT_P2P 5101
34 #define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s" 34 #define YAHOO_LOGIN_URL "https://login.yahoo.com/config/pwtoken_login?src=ymsgr&ts=&token=%s"
35 #define YAHOO_TOKEN_URL "https://login.yahoo.com/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s" 35 #define YAHOO_TOKEN_URL "https://login.yahoo.com/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s"
36 #define YAHOO_P2P_KEEPALIVE_SECS 300 36 #define YAHOO_P2P_KEEPALIVE_SECS 300