aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/im.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-11-19 16:17:03 +0100
committerJelmer Vernooij <jelmer@samba.org>2005-11-19 16:17:03 +0100
commit2cdd8ce76ce334327c84516ff78f3b00bef5bebf (patch)
treea5bdc219317a085c38fbd8d4c3b9242e32f68cde /protocols/oscar/im.h
parentc998255d6aa501281c6266a5f1dce69d4c3afab4 (diff)
parent94281efa4280bd3ef1cecb7cd22deca03ecb5935 (diff)
Merge Wilmer
Diffstat (limited to 'protocols/oscar/im.h')
-rw-r--r--protocols/oscar/im.h2
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__ */