comparison libpurple/protocols/yahoo/yahoo_packet.h @ 22018:118046227581

This patch from Thanumalayan S. implements Yahoo protocol version 15 file transfer support. Currently sending multiple files from an official Yahoo client is treated as multiple individual transfers that must be accepted separately. This also changes things so that we identify as Yahoo Messenger version 8.0 (previously we were identifying as 6.0 or not at all). committer: John Bailey <rekkanoryo@rekkanoryo.org>
author Thanumalayan <madthanu@gmail.com>
date Sun, 06 Jan 2008 19:45:03 +0000
parents 97d530d11cc0
children 8c1d618e10e0
comparison
equal deleted inserted replaced
22017:97d530d11cc0 22018:118046227581
100 YAHOO_SERVICE_AUDIBLE = 0xd0, 100 YAHOO_SERVICE_AUDIBLE = 0xd0,
101 YAHOO_SERVICE_AUTH_REQ_15 = 0xd6, 101 YAHOO_SERVICE_AUTH_REQ_15 = 0xd6,
102 YAHOO_SERVICE_CHGRP_15 = 0xe7, 102 YAHOO_SERVICE_CHGRP_15 = 0xe7,
103 YAHOO_SERVICE_STATUS_15 = 0xf0, 103 YAHOO_SERVICE_STATUS_15 = 0xf0,
104 YAHOO_SERVICE_LIST_15 = 0Xf1, 104 YAHOO_SERVICE_LIST_15 = 0Xf1,
105 YAHOO_SERVICE_FILETRANS_15 = 0xdc,
106 YAHOO_SERVICE_FILETRANS_INFO_15 = 0xdd,
107 YAHOO_SERVICE_FILETRANS_ACC_15 = 0xde,
105 YAHOO_SERVICE_WEBLOGIN = 0x0226, 108 YAHOO_SERVICE_WEBLOGIN = 0x0226,
106 YAHOO_SERVICE_SMS_MSG = 0x02ea 109 YAHOO_SERVICE_SMS_MSG = 0x02ea
107 }; 110 };
108 111
109 struct yahoo_pair { 112 struct yahoo_pair {