src/protocols/oscar/aim.h

changeset 12049
36cbae47ceec
parent 11401
cddeaa2c0ec2
child 12078
3749a5618468
equal deleted inserted replaced
12048:a68cc826b6e7 12049:36cbae47ceec
275 0x0001, 0x0000, \ 275 0x0001, 0x0000, \
276 0x00000058, \ 276 0x00000058, \
277 "us", "en", \ 277 "us", "en", \
278 } 278 }
279 279
280 #define CLIENTINFO_GAIM { \
281 "Gaim", \
282 0xf001, \
283 GAIM_MAJOR_VERSION, GAIM_MINOR_VERSION, \
284 GAIM_MINOR_VERSION, 0x0000, \
285 0x00000000, \
286 "us", "en", \
287 }
288
280 #define CLIENTINFO_AIM_KNOWNGOOD CLIENTINFO_AIM_5_1_3036 289 #define CLIENTINFO_AIM_KNOWNGOOD CLIENTINFO_AIM_5_1_3036
281 #define CLIENTINFO_ICQ_KNOWNGOOD CLIENTINFO_ICQ_5_45_3777 290 #define CLIENTINFO_ICQ_KNOWNGOOD CLIENTINFO_ICQ_5_45_3777
282 291
283 /* 292 /*
284 * These could be arbitrary, but its easier to use the actual AIM values 293 * These could be arbitrary, but its easier to use the actual AIM values
285 */ 294 */
286 #define AIM_CONN_TYPE_BOS 0x0002 295 #define AIM_CONN_TYPE_BOS 0x0002
287 #define AIM_CONN_TYPE_ADS 0x0005 296 #define AIM_CONN_TYPE_ADS 0x0005
288 #define AIM_CONN_TYPE_AUTH 0x0007 297 #define AIM_CONN_TYPE_AUTH 0x0007
289 #define AIM_CONN_TYPE_CHATNAV 0x000d 298 #define AIM_CONN_TYPE_CHATNAV 0x000d

mercurial