comparison libpurple/protocols/yahoo/yahoo_packet.h @ 27590:a08e84032814

merge of '2348ff22f0ff3453774b8b25b36238465580c609' and 'e76f11543c2a4aa05bdf584f087cbe3439029661'
author Paul Aurich <paul@darkrain42.org>
date Sun, 12 Jul 2009 05:43:38 +0000
parents 01f1929d0936
children fa827f6f990f
comparison
equal deleted inserted replaced
27104:048bcf41deef 27590:a08e84032814
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