comparison src/protocols/yahoo/yahoo.h @ 10360:c5c5c3206fd0

[gaim-migrate @ 11578] Add a new (to me) service to the list, for no good reason except to help me remember what it does, if i see it again. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 13 Dec 2004 21:40:25 +0000
parents 8e9727919633
children 35068a87b59d
comparison
equal deleted inserted replaced
10359:242b5482910e 10360:c5c5c3206fd0
115 YAHOO_SERVICE_PICTURE = 0xbe, 115 YAHOO_SERVICE_PICTURE = 0xbe,
116 YAHOO_SERVICE_PICTURE_UPDATE = 0xc1, 116 YAHOO_SERVICE_PICTURE_UPDATE = 0xc1,
117 YAHOO_SERVICE_PICTURE_UPLOAD = 0xc2, 117 YAHOO_SERVICE_PICTURE_UPLOAD = 0xc2,
118 YAHOO_SERVICE_YAHOO6_STATUS_UPDATE = 0xc6, 118 YAHOO_SERVICE_YAHOO6_STATUS_UPDATE = 0xc6,
119 YAHOO_SERVICE_AVATAR_UPDATE = 0xc7, 119 YAHOO_SERVICE_AVATAR_UPDATE = 0xc7,
120 YAHOO_SERVICE_VERIFY_ID_EXISTS = 0xc8,
120 YAHOO_SERVICE_AUDIBLE = 0xd0, 121 YAHOO_SERVICE_AUDIBLE = 0xd0,
121 YAHOO_SERVICE_WEBLOGIN = 0x0226, 122 YAHOO_SERVICE_WEBLOGIN = 0x0226,
122 YAHOO_SERVICE_SMS_MSG = 0x02ea 123 YAHOO_SERVICE_SMS_MSG = 0x02ea
123 }; 124 };
124 125