diff src/protocols/yahoo/yahoo.h @ 9292:750d9b56a465

[gaim-migrate @ 10095] Some improvements to our yahoo buddy icon support. Someone should tell me how to unset a buddy icon for a buddy. Because the way KingAnt told me (which he wasn't sure about anyway) just produces a failed g_return thingy, and does nothing. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 15 Jun 2004 06:16:23 +0000
parents 2401a9ef74a0
children 04a3e9e869ee
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo.h	Tue Jun 15 06:13:36 2004 +0000
+++ b/src/protocols/yahoo/yahoo.h	Tue Jun 15 06:16:23 2004 +0000
@@ -104,8 +104,11 @@
 	YAHOO_SERVICE_CHATLOGOUT = 0xa0,
 	YAHOO_SERVICE_CHATPING,
 	YAHOO_SERVICE_COMMENT = 0xa8,
+	YAHOO_SERVICE_AVATAR = 0xbc,
+	YAHOO_SERVICE_PICTURE_CHECKSUM = 0xbd,
 	YAHOO_SERVICE_PICTURE = 0xbe,
 	YAHOO_SERVICE_PICTURE_UPDATE = 0xc1,
+	YAHOO_SERVICE_AVATAR_UPDATE = 0xc7,
 	YAHOO_SERVICE_WEBLOGIN = 0x0226
 };