Mercurial > pidgin
changeset 9409:31ecc79e153f
[gaim-migrate @ 10224]
This is one of those odd things i was mentioning.
I'm not sure I picked exactly the right name for this one.
So for I've only seen it when someone turns their came on or off.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sun, 27 Jun 2004 06:25:21 +0000 |
parents | 53bf01c6a5ae |
children | 73ef7b884e02 |
files | src/protocols/yahoo/yahoo.c src/protocols/yahoo/yahoo.h |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.c Sun Jun 27 06:17:17 2004 +0000 +++ b/src/protocols/yahoo/yahoo.c Sun Jun 27 06:25:21 2004 +0000 @@ -1956,6 +1956,7 @@ case YAHOO_SERVICE_GAMELOGOFF: case YAHOO_SERVICE_CHATLOGON: case YAHOO_SERVICE_CHATLOGOFF: + case YAHOO_SERVICE_YAHOO6_STATUS_UPDATE: yahoo_process_status(gc, pkt); break; case YAHOO_SERVICE_NOTIFY:
--- a/src/protocols/yahoo/yahoo.h Sun Jun 27 06:17:17 2004 +0000 +++ b/src/protocols/yahoo/yahoo.h Sun Jun 27 06:25:21 2004 +0000 @@ -115,6 +115,7 @@ YAHOO_SERVICE_PICTURE = 0xbe, YAHOO_SERVICE_PICTURE_UPDATE = 0xc1, YAHOO_SERVICE_PICTURE_UPLOAD = 0xc2, + YAHOO_SERVICE_YAHOO6_STATUS_UPDATE = 0xc6, YAHOO_SERVICE_AVATAR_UPDATE = 0xc7, YAHOO_SERVICE_WEBLOGIN = 0x0226, YAHOO_SERVICE_SMS_MSG = 0x02ea