comparison libpurple/protocols/oscar/oscar.h @ 30365:954e6092f503

Keep this comment up to date
author Mark Doliner <mark@kingant.net>
date Thu, 06 May 2010 18:32:07 +0000
parents 787d82881a3e
children 2a19f7385ba5 f18b6eb0ed02
comparison
equal deleted inserted replaced
30364:68a1c15e0db3 30365:954e6092f503
755 * 755 *
756 * If we send an HTML message to an old client that doesn't support 756 * If we send an HTML message to an old client that doesn't support
757 * HTML messages, then the oscar servers will merrily strip the HTML 757 * HTML messages, then the oscar servers will merrily strip the HTML
758 * for us. 758 * for us.
759 * 759 *
760 * When we receive an IM we look at the features on the ICBM to 760 * All incoming IMs are treated as HTML.
761 * determine if the message is HTML or plaintext.
762 */ 761 */
763 #define AIM_IMPARAM_FLAG_USE_HTML_FOR_ICQ 0x00000400 762 #define AIM_IMPARAM_FLAG_USE_HTML_FOR_ICQ 0x00000400
764 763
765 /* This is what the server will give you if you don't set them yourself. */ 764 /* This is what the server will give you if you don't set them yourself. */
766 /* This is probably out of date. */ 765 /* This is probably out of date. */