# HG changeset patch # User John Bailey # Date 1247887904 0 # Node ID faf80efd10a975a8dd62724cc46b68168f4352d2 # Parent f3e06bdac3d1e9b6b17ff0d8b65d917f8e286749 We were actually identifying as a version of Yahoo Messenger that doesn't exist (or was superseded very quickly). Identify as the current client. diff -r f3e06bdac3d1 -r faf80efd10a9 libpurple/protocols/yahoo/libymsg.h --- a/libpurple/protocols/yahoo/libymsg.h Sat Jul 18 02:32:04 2009 +0000 +++ b/libpurple/protocols/yahoo/libymsg.h Sat Jul 18 03:31:44 2009 +0000 @@ -88,10 +88,10 @@ #define YAHOO_STATUS_TYPE_MOBILE "mobile" #define YAHOO_CLIENT_VERSION_ID "4194239" -#define YAHOO_CLIENT_VERSION "9.0.0.2152" +#define YAHOO_CLIENT_VERSION "9.0.0.2162" #define YAHOOJP_CLIENT_VERSION_ID "4194239" -#define YAHOOJP_CLIENT_VERSION "9.0.0.2152" +#define YAHOOJP_CLIENT_VERSION "9.0.0.2162" #define YAHOO_CLIENT_USERAGENT "Mozilla/5.0"