comparison src/protocols/oscar/aim_cbtypes.h @ 3595:1e60a05c7482

[gaim-migrate @ 3697] This adds le non-direct connect typing notification for oscar. How it works, in a nutshell: -AIM servers append a flag telling remote clients you support typing notification -You tell the AIM servers you support typing notification when you sign on (by changing the "flags" passed to aim_seticbmparam()) -Clients send little typing notification messages to other clients, but only when they know that the other client supports it (so after you've received an IM from the other person) I also fixed a compile warning or two dealing with SSI stuff. Things to look out for: -ICQ states doing weird things -Typing notification works with MacAIM clients (iChat and the official one) -Typing notification doesn't try to send stuff to clients that don't support (I have no idea how you're supposed to look out for this. It should be ok) committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 06 Oct 2002 03:08:47 +0000
parents 56746b0868db
children e941bfbacf7c
comparison
equal deleted inserted replaced
3594:17e6dd05666a 3595:1e60a05c7482
97 #define AIM_CB_MSG_INCOMING 0x0007 97 #define AIM_CB_MSG_INCOMING 0x0007
98 #define AIM_CB_MSG_EVIL 0x0009 98 #define AIM_CB_MSG_EVIL 0x0009
99 #define AIM_CB_MSG_MISSEDCALL 0x000a 99 #define AIM_CB_MSG_MISSEDCALL 0x000a
100 #define AIM_CB_MSG_CLIENTAUTORESP 0x000b 100 #define AIM_CB_MSG_CLIENTAUTORESP 0x000b
101 #define AIM_CB_MSG_ACK 0x000c 101 #define AIM_CB_MSG_ACK 0x000c
102 #define AIM_CB_MSG_MTN 0x0014
102 #define AIM_CB_MSG_DEFAULT 0xffff 103 #define AIM_CB_MSG_DEFAULT 0xffff
103 104
104 /* 105 /*
105 * SNAC Family: Advertisement Services 106 * SNAC Family: Advertisement Services
106 */ 107 */