# HG changeset patch # User John Bailey # Date 1270225960 0 # Node ID 957f57decf90cd73a2c87b9ab5a5afdf9c412a72 # Parent f93f0ff8811d71ffc93142d3ab1ba6e6c58155a6 Don't need these defines anymore. diff -r f93f0ff8811d -r 957f57decf90 libpurple/protocols/yahoo/libymsg.h --- a/libpurple/protocols/yahoo/libymsg.h Fri Apr 02 06:45:27 2010 +0000 +++ b/libpurple/protocols/yahoo/libymsg.h Fri Apr 02 16:32:40 2010 +0000 @@ -29,7 +29,6 @@ #include "cmds.h" #include "prpl.h" -#define YAHOO_PAGER_HOST "scsa.msg.yahoo.com" #define YAHOO_PAGER_HOST_REQ_URL "http://vcs1.msg.yahoo.com/capacity" #define YAHOO_PAGER_PORT 5050 #define YAHOO_PAGER_PORT_P2P 5101 @@ -45,9 +44,8 @@ #define YAHOO_XFER_RELAY_PORT 80 #define YAHOO_ROOMLIST_URL "http://insider.msg.yahoo.com/ycontent/" #define YAHOO_ROOMLIST_LOCALE "us" -/* really we should get the list of servers from - http://update.messenger.yahoo.co.jp/servers.html */ -#define YAHOOJP_PAGER_HOST "cs.yahoo.co.jp" + +/* Yahoo! JAPAN stuff */ #define YAHOOJP_PAGER_HOST_REQ_URL "http://cs1.msg.vip.ogk.yahoo.co.jp/capacity" #define YAHOOJP_TOKEN_URL "https://login.yahoo.co.jp/config/pwtoken_get?src=ymsgr&ts=&login=%s&passwd=%s&chal=%s" #define YAHOOJP_LOGIN_URL "https://login.yahoo.co.jp/config/pwtoken_login?src=ymsgr&ts=&token=%s"