# HG changeset patch # User Sean Egan # Date 1063309111 0 # Node ID bc8f329c1341aa70b55bdaa2d981d15d983d39b1 # Parent 754afaa07386e314c7aa4a04201479dcf8d948fe [gaim-migrate @ 7350] This gets rid of the request to upgrade. I just changed the protocol version number to what it is in the latest WinY!M. I wonder how you would pronounce WinY!M. Anyway, the login procedure isn't identical to that of WinY!M (I'm thinking maybe, "win-yim) but this will probably suffice. I'll fix it in the New Yahoo. I supsect this actually is being done for security reasons. committer: Tailor Script diff -r 754afaa07386 -r bc8f329c1341 src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Wed Sep 10 20:10:20 2003 +0000 +++ b/src/protocols/yahoo/yahoo.c Thu Sep 11 19:38:31 2003 +0000 @@ -54,7 +54,7 @@ #define YAHOO_PAGER_PORT 5050 #define YAHOO_PROFILE_URL "http://profiles.yahoo.com/" -#define YAHOO_PROTO_VER 0x0900 +#define YAHOO_PROTO_VER 0x000b #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4)