Mercurial > pidgin.yaz
changeset 32221:f33200f71cc3
Fix logging into Yahoo! JAPAN. Fixes #14259.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 07 Aug 2011 02:10:04 +0000 |
parents | eaa0c30d58ca |
children | 9eb5b85c7089 4151dad5bd00 142429bcb4c8 |
files | ChangeLog libpurple/protocols/yahoo/libymsg.h |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <room> behavior. (Broken when adding support for <room>@<server>) (#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:
--- 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/"