comparison libpurple/protocols/yahoo/yahoo_packet.h @ 27211:a167106a439a

New versions of the official Yahoo Messenger client for Windows XP (tested with version 9.0.0.2162) seem to require us to acknowledge when we receive an IM. If we don't send an ack then they send us the same message 7 seconds later. Checking this in because it at least seems to fix the problem for me. Fixes http://trac.adium.im/ticket/12311
author Mark Doliner <mark@kingant.net>
date Fri, 19 Jun 2009 18:46:49 +0000
parents 885320258863
children 01f1929d0936
comparison
equal deleted inserted replaced
27210:0a8129263401 27211:a167106a439a
105 YAHOO_SERVICE_FILETRANS_ACC_15 = 0xde, 105 YAHOO_SERVICE_FILETRANS_ACC_15 = 0xde,
106 /* photo sharing services ?? - 0xd2, 0xd7, 0xd8, 0xda */ 106 /* photo sharing services ?? - 0xd2, 0xd7, 0xd8, 0xda */
107 YAHOO_SERVICE_CHGRP_15 = 0xe7, 107 YAHOO_SERVICE_CHGRP_15 = 0xe7,
108 YAHOO_SERVICE_STATUS_15 = 0xf0, 108 YAHOO_SERVICE_STATUS_15 = 0xf0,
109 YAHOO_SERVICE_LIST_15 = 0xf1, 109 YAHOO_SERVICE_LIST_15 = 0xf1,
110 YAHOO_SERVICE_MESSAGE_ACK = 0xfb,
110 YAHOO_SERVICE_WEBLOGIN = 0x0226, 111 YAHOO_SERVICE_WEBLOGIN = 0x0226,
111 YAHOO_SERVICE_SMS_MSG = 0x02ea 112 YAHOO_SERVICE_SMS_MSG = 0x02ea
112 /* YAHOO_SERVICE_DISCONNECT = 0x07d1 Server forces us to disconnect. Is sent with TCP FIN flag set */ 113 /* YAHOO_SERVICE_DISCONNECT = 0x07d1 Server forces us to disconnect. Is sent with TCP FIN flag set */
113 }; 114 };
114 115