comparison libpurple/protocols/oscar/peer.h @ 31085:4297feb30ad1

Merged everything related to ICQ server changes. applied changes from b6d7712e90b68610df3bd2d8cbaf46d94c8b3794 through d849dc2a852a4ffdd345a150f0b88ab37de36e36 applied changes from 7aedaac3ed815cab16d758474a829d5ec5a59e4b through d849dc2a852a4ffdd345a150f0b88ab37de36e36
author ivan.komarov@soc.pidgin.im
date Sat, 30 Oct 2010 21:36:34 +0000
parents 1d657e98667b
children
comparison
equal deleted inserted replaced
31084:a61147460879 31085:4297feb30ad1
56 #define PEER_TYPE_GETFILE_REQUESTFILE 0x120c /* "Please send me this file" */ 56 #define PEER_TYPE_GETFILE_REQUESTFILE 0x120c /* "Please send me this file" */
57 57
58 /* 58 /*
59 * For peer proxying 59 * For peer proxying
60 */ 60 */
61 #define PEER_PROXY_SERVER "ars.oscar.aol.com" 61 #define AIM_PEER_PROXY_SERVER "ars.oscar.aol.com"
62 #define ICQ_PEER_PROXY_SERVER "ars.icq.com"
62 #define PEER_PROXY_PORT 5190 /* The port we should always connect to */ 63 #define PEER_PROXY_PORT 5190 /* The port we should always connect to */
63 #define PEER_PROXY_PACKET_VERSION 0x044a 64 #define PEER_PROXY_PACKET_VERSION 0x044a
64 65
65 /* Thanks to Keith Lea and the Joust project for documenting these */ 66 /* Thanks to Keith Lea and the Joust project for documenting these */
66 #define PEER_PROXY_TYPE_ERROR 0x0001 67 #define PEER_PROXY_TYPE_ERROR 0x0001