From: <ma...@us...> - 2006-10-31 03:01:43
|
Revision: 17634 http://svn.sourceforge.net/gaim/?rev=17634&view=rev Author: marv_sf Date: 2006-10-30 19:01:21 -0800 (Mon, 30 Oct 2006) Log Message: ----------- revert the protocol version, this should avoid all those new yahoo bugs people keep complaining about. Modified Paths: -------------- trunk/libgaim/protocols/yahoo/yahoo_packet.h Modified: trunk/libgaim/protocols/yahoo/yahoo_packet.h =================================================================== --- trunk/libgaim/protocols/yahoo/yahoo_packet.h 2006-10-31 01:01:01 UTC (rev 17633) +++ trunk/libgaim/protocols/yahoo/yahoo_packet.h 2006-10-31 03:01:21 UTC (rev 17634) @@ -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) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |