From: <ma...@us...> - 2006-08-21 02:56:01
|
Revision: 16934 Author: marv_sf Date: 2006-08-20 19:55:56 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16934&view=rev Log Message: ----------- new packet type, looks to be a combination of "this dude is on the buddy list" and "this dude is online" 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 02:49:42 UTC (rev 16933) +++ trunk/libgaim/protocols/yahoo/yahoo_packet.h 2006-08-21 02:55:56 UTC (rev 16934) @@ -97,6 +97,7 @@ YAHOO_SERVICE_AVATAR_UPDATE = 0xc7, YAHOO_SERVICE_VERIFY_ID_EXISTS = 0xc8, YAHOO_SERVICE_AUDIBLE = 0xd0, + YAHOO_SERVICE_LIST_AND_STATUS = 0xf0, 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. |