Mercurial > pidgin
changeset 6810:bc8f329c1341
[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 <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 11 Sep 2003 19:38:31 +0000 |
parents | 754afaa07386 |
children | 3a2a88971de5 |
files | src/protocols/yahoo/yahoo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)