Mercurial > pidgin.yaz
changeset 14865:61c3edbaf048
[gaim-migrate @ 17634]
revert the protocol version, this should avoid all those new yahoo bugs people keep complaining about.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Tue, 31 Oct 2006 03:01:21 +0000 |
parents | b8a4f82bc24e |
children | 0387e8b1b8c2 |
files | libgaim/protocols/yahoo/yahoo_packet.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/yahoo/yahoo_packet.h Tue Oct 31 01:01:01 2006 +0000 +++ b/libgaim/protocols/yahoo/yahoo_packet.h Tue Oct 31 03:01:21 2006 +0000 @@ -70,6 +70,7 @@ YAHOO_SERVICE_AUTHRESP = 0x54, YAHOO_SERVICE_LIST = 0x55, YAHOO_SERVICE_AUTH = 0x57, + YAHOO_SERVICE_AUTHBUDDY = 0x6d, YAHOO_SERVICE_ADDBUDDY = 0x83, YAHOO_SERVICE_REMBUDDY = 0x84, YAHOO_SERVICE_IGNORECONTACT, /* > 1, 7, 13 < 1, 66, 13, 0*/ @@ -116,7 +117,7 @@ }; #define YAHOO_WEBMESSENGER_PROTO_VER 0x0065 -#define YAHOO_PROTO_VER 0x000f +#define YAHOO_PROTO_VER 0x000c #define YAHOO_PROTO_VER_JAPAN 0x000c #define YAHOO_PACKET_HDRLEN (4 + 2 + 2 + 2 + 2 + 4 + 4)