# HG changeset patch # User Tim Ringenbach # Date 1162263681 0 # Node ID 61c3edbaf0487e26750f15d2d17669ef0fc39a8d # Parent b8a4f82bc24e4c85902ba260dd5b16d4ef260f38 [gaim-migrate @ 17634] revert the protocol version, this should avoid all those new yahoo bugs people keep complaining about. committer: Tailor Script diff -r b8a4f82bc24e -r 61c3edbaf048 libgaim/protocols/yahoo/yahoo_packet.h --- 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)