diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-19 12:12:18 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2005-11-19 12:12:18 +0100 |
commit | 3e1de874e95dae74e970c1c574cf64bda28e04f7 (patch) | |
tree | 04e35820f6c04ba93fb531a95a495fb4f6492350 /protocols/oscar/im.h | |
parent | 0b2e8435e67b8c9ad94ebf63455d2285474aa656 (diff) |
Applied AIM typing notification patch from Hanji.
Diffstat (limited to 'protocols/oscar/im.h')
-rw-r--r-- | protocols/oscar/im.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/oscar/im.h b/protocols/oscar/im.h index 061ff5b5..42a8a6b1 100644 --- a/protocols/oscar/im.h +++ b/protocols/oscar/im.h @@ -13,6 +13,7 @@ #define AIM_CB_MSG_MISSEDCALL 0x000a #define AIM_CB_MSG_CLIENTAUTORESP 0x000b #define AIM_CB_MSG_ACK 0x000c +#define AIM_CB_MSG_MTN 0x0014 #define AIM_CB_MSG_DEFAULT 0xffff #define AIM_IMFLAGS_AWAY 0x0001 /* mark as an autoreply */ @@ -193,6 +194,7 @@ aim_conn_t *aim_directim_initiate(aim_session_t *, const char *destsn); aim_conn_t *aim_directim_connect(aim_session_t *, const char *sn, const char *addr, const guint8 *cookie); int aim_send_im_ch2_geticqmessage(aim_session_t *sess, const char *sn, int type); +int aim_im_sendmtn(aim_session_t *sess, guint16 type1, const char *sn, guint16 type2); int aim_send_im_ch2_statusmessage(aim_session_t *sess, const char *sender, const guint8 *cookie, const char *message, const guint8 state, const guint16 dc); #endif /* __OSCAR_IM_H__ */ |