comparison src/protocols/oscar/aim.h @ 4662:6d8a3e81db48

[gaim-migrate @ 4973] I removed AIM_IMFLAGS_CUSTOMCHARSET because I think it's a little misleading, and a little silly. 3rd party client developers!!! You must set args.charset and args.charsubset before calling aim_im_sendch1_ext. Just set them to 0 for plain ASCII. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 07 Mar 2003 06:39:10 +0000
parents 4938d12f6d48
children eab1309693b8
comparison
equal deleted inserted replaced
4661:ccc304cb0389 4662:6d8a3e81db48
757 #define AIM_IMFLAGS_BUDDYREQ 0x0010 /* buddy icon requested */ 757 #define AIM_IMFLAGS_BUDDYREQ 0x0010 /* buddy icon requested */
758 #define AIM_IMFLAGS_HASICON 0x0020 /* already has icon */ 758 #define AIM_IMFLAGS_HASICON 0x0020 /* already has icon */
759 #define AIM_IMFLAGS_SUBENC_MACINTOSH 0x0040 /* damn that Steve Jobs! */ 759 #define AIM_IMFLAGS_SUBENC_MACINTOSH 0x0040 /* damn that Steve Jobs! */
760 #define AIM_IMFLAGS_CUSTOMFEATURES 0x0080 /* features field present */ 760 #define AIM_IMFLAGS_CUSTOMFEATURES 0x0080 /* features field present */
761 #define AIM_IMFLAGS_EXTDATA 0x0100 761 #define AIM_IMFLAGS_EXTDATA 0x0100
762 #define AIM_IMFLAGS_CUSTOMCHARSET 0x0200 /* charset fields set */ 762 #define AIM_IMFLAGS_X 0x0200
763 #define AIM_IMFLAGS_MULTIPART 0x0400 /* ->mpmsg section valid */ 763 #define AIM_IMFLAGS_MULTIPART 0x0400 /* ->mpmsg section valid */
764 #define AIM_IMFLAGS_OFFLINE 0x0800 /* send to offline user */ 764 #define AIM_IMFLAGS_OFFLINE 0x0800 /* send to offline user */
765 #define AIM_IMFLAGS_TYPINGNOT 0x1000 /* typing notification */ 765 #define AIM_IMFLAGS_TYPINGNOT 0x1000 /* typing notification */
766 766
767 /* 767 /*