# HG changeset patch # User John Bailey # Date 1312683004 0 # Node ID f33200f71cc3cf18864cb30d7b95f0d4ac511855 # Parent eaa0c30d58cadcb9b0958ef78f0ce86cd39fc44c Fix logging into Yahoo! JAPAN. Fixes #14259. diff -r eaa0c30d58ca -r f33200f71cc3 ChangeLog --- a/ChangeLog Sat Aug 06 04:52:18 2011 +0000 +++ b/ChangeLog Sun Aug 07 02:10:04 2011 +0000 @@ -36,8 +36,9 @@ * Fix the /join behavior. (Broken when adding support for @) (#14205) - Yahoo: + Yahoo!/Yahoo! JAPAN: * Fix coming out of idle while in an unavailable state + * Fix logging into Yahoo! JAPAN. (#14259) version 2.9.0 (06/23/2011): Pidgin: diff -r eaa0c30d58ca -r f33200f71cc3 libpurple/protocols/yahoo/libymsg.h --- a/libpurple/protocols/yahoo/libymsg.h Sat Aug 06 04:52:18 2011 +0000 +++ b/libpurple/protocols/yahoo/libymsg.h Sun Aug 07 02:10:04 2011 +0000 @@ -48,7 +48,7 @@ #define YAHOO_ROOMLIST_LOCALE "us" /* Yahoo! JAPAN stuff */ -#define YAHOOJP_PAGER_HOST_REQ_URL "http://cs1.msg.vip.ogk.yahoo.co.jp/capacity" +#define YAHOOJP_PAGER_HOST_REQ_URL "http://cs1.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" #define YAHOOJP_PROFILE_URL "http://profiles.yahoo.co.jp/"