comparison libpurple/protocols/oscar/oscar.h @ 23591:da9cf296733e

Some cleanup to our capabilities definitions, and added information on a couple official capabilities tha weren't documented. Two of the newly documented capabilities are still assigned to OSCAR_CAPABILITY_GENERICUNKNOWN because the OscarCapability enum is full; another value would make its largest value exceed max_long.
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 23 Jul 2008 15:23:15 +0000
parents a270bd4b5298
children 46cc31494ff4
comparison
equal deleted inserted replaced
23590:ec227bab07b6 23591:da9cf296733e
351 OSCAR_CAPABILITY_ICQSERVERRELAY = 0x00004000, 351 OSCAR_CAPABILITY_ICQSERVERRELAY = 0x00004000,
352 OSCAR_CAPABILITY_UNICODEOLD = 0x00008000, 352 OSCAR_CAPABILITY_UNICODEOLD = 0x00008000,
353 OSCAR_CAPABILITY_TRILLIANCRYPT = 0x00010000, 353 OSCAR_CAPABILITY_TRILLIANCRYPT = 0x00010000,
354 OSCAR_CAPABILITY_UNICODE = 0x00020000, 354 OSCAR_CAPABILITY_UNICODE = 0x00020000,
355 OSCAR_CAPABILITY_INTEROPERATE = 0x00040000, 355 OSCAR_CAPABILITY_INTEROPERATE = 0x00040000,
356 OSCAR_CAPABILITY_ICHAT = 0x00080000, 356 OSCAR_CAPABILITY_SHORTCAPS = 0x00080000,
357 OSCAR_CAPABILITY_HIPTOP = 0x00100000, 357 OSCAR_CAPABILITY_HIPTOP = 0x00100000,
358 OSCAR_CAPABILITY_SECUREIM = 0x00200000, 358 OSCAR_CAPABILITY_SECUREIM = 0x00200000,
359 OSCAR_CAPABILITY_SMS = 0x00400000, 359 OSCAR_CAPABILITY_SMS = 0x00400000,
360 OSCAR_CAPABILITY_GENERICUNKNOWN = 0x00800000, 360 OSCAR_CAPABILITY_MICROPHONE = 0x00800000,
361 OSCAR_CAPABILITY_VIDEO = 0x01000000, 361 OSCAR_CAPABILITY_VIDEO = 0x01000000,
362 OSCAR_CAPABILITY_ICHATAV = 0x02000000, 362 OSCAR_CAPABILITY_ICHATAV = 0x02000000,
363 OSCAR_CAPABILITY_LIVEVIDEO = 0x04000000, 363 OSCAR_CAPABILITY_LIVEVIDEO = 0x04000000,
364 OSCAR_CAPABILITY_CAMERA = 0x08000000, 364 OSCAR_CAPABILITY_CAMERA = 0x08000000,
365 OSCAR_CAPABILITY_ICHAT_SCREENSHARE = 0x10000000, 365 OSCAR_CAPABILITY_ICHAT_SCREENSHARE = 0x10000000,
366 OSCAR_CAPABILITY_LAST = 0x20000000 366 OSCAR_CAPABILITY_XHTML_IM = 0x20000000,
367 OSCAR_CAPABILITY_GENERICUNKNOWN = 0x40000000,
368 OSCAR_CAPABILITY_LAST = 0x80000000
367 } OscarCapability; 369 } OscarCapability;
368 370
369 /* 371 /*
370 * Byte Stream type. Sort of. 372 * Byte Stream type. Sort of.
371 * 373 *