comparison src/protocols/oscar/tlv.c @ 8092:697221d5d0ff

[gaim-migrate @ 8791] Give a nice little warning if you add an AIM or ICQ buddy with an invalid name. I'm thinking some of those bug reports on SF about "Could not add buddy with no name" are caused by this. Hopefully. Sometime before the next release I'll probably actually remove invalid people from the local list. Also recognize the WinAIM Video and Camera caps. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 13 Jan 2004 05:44:37 +0000
parents 6d3d8f11e765
children 9790cda80d52
comparison
equal deleted inserted replaced
8091:56b74730715f 8092:697221d5d0ff
462 /** 462 /**
463 * Adds a block of capability blocks to a TLV chain. The bitfield 463 * Adds a block of capability blocks to a TLV chain. The bitfield
464 * passed in should be a bitwise %OR of any of the %AIM_CAPS constants: 464 * passed in should be a bitwise %OR of any of the %AIM_CAPS constants:
465 * 465 *
466 * %AIM_CAPS_BUDDYICON Supports Buddy Icons 466 * %AIM_CAPS_BUDDYICON Supports Buddy Icons
467 * %AIM_CAPS_VOICE Supports Voice Chat 467 * %AIM_CAPS_TALK Supports Voice Chat
468 * %AIM_CAPS_IMIMAGE Supports DirectIM/IMImage 468 * %AIM_CAPS_IMIMAGE Supports DirectIM/IMImage
469 * %AIM_CAPS_CHAT Supports Chat 469 * %AIM_CAPS_CHAT Supports Chat
470 * %AIM_CAPS_GETFILE Supports Get File functions 470 * %AIM_CAPS_GETFILE Supports Get File functions
471 * %AIM_CAPS_SENDFILE Supports Send File functions 471 * %AIM_CAPS_SENDFILE Supports Send File functions
472 * 472 *