Mercurial > pidgin
changeset 14255:26ae644bb66b
[gaim-migrate @ 16937]
I think I was wrong about the purpose of the last packet. Oops. There's actually two packets for this purpose still.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Mon, 21 Aug 2006 03:19:16 +0000 |
parents | 360c016459d0 |
children | e7de1f6d9f35 |
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 Mon Aug 21 03:13:08 2006 +0000 +++ b/libgaim/protocols/yahoo/yahoo_packet.h Mon Aug 21 03:19:16 2006 +0000 @@ -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 };