From: <ma...@us...> - 2006-08-21 03:19:25
|
Revision: 16937 Author: marv_sf Date: 2006-08-20 20:19:16 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16937&view=rev Log Message: ----------- I think I was wrong about the purpose of the last packet. Oops. There's actually two packets for this purpose still. 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-08-21 03:13:08 UTC (rev 16936) +++ trunk/libgaim/protocols/yahoo/yahoo_packet.h 2006-08-21 03:19:16 UTC (rev 16937) @@ -97,7 +97,8 @@ YAHOO_SERVICE_AVATAR_UPDATE = 0xc7, YAHOO_SERVICE_VERIFY_ID_EXISTS = 0xc8, YAHOO_SERVICE_AUDIBLE = 0xd0, - YAHOO_SERVICE_LIST_AND_STATUS = 0xf0, + YAHOO_SERVICE_STATUS_15 = 0xf0, + YAHOO_SERVICE_BUDDYLIST_15 = 0Xf1, YAHOO_SERVICE_WEBLOGIN = 0x0226, YAHOO_SERVICE_SMS_MSG = 0x02ea }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |