comparison mcabber/src/hooks.h @ 1602:f4a2c6f767d1

Message Receipts support (XEP-0184)
author franky
date Wed, 24 Sep 2008 11:41:29 +0200
parents a087125d8fc8
children 14690e624e9d
comparison
equal deleted inserted replaced
1601:3efc92a48945 1602:f4a2c6f767d1
12 void hk_mainloop(void); 12 void hk_mainloop(void);
13 void hk_message_in(const char *bjid, const char *resname, 13 void hk_message_in(const char *bjid, const char *resname,
14 time_t timestamp, const char *msg, LmMessageSubType type, 14 time_t timestamp, const char *msg, LmMessageSubType type,
15 guint encrypted); 15 guint encrypted);
16 void hk_message_out(const char *bjid, const char *nickname, 16 void hk_message_out(const char *bjid, const char *nickname,
17 time_t timestamp, const char *msg, guint encrypted); 17 time_t timestamp, const char *msg,
18 guint encrypted, gpointer xep184);
18 void hk_statuschange(const char *bjid, const char *resname, gchar prio, 19 void hk_statuschange(const char *bjid, const char *resname, gchar prio,
19 time_t timestamp, enum imstatus status, 20 time_t timestamp, enum imstatus status,
20 char const *status_msg); 21 char const *status_msg);
21 void hk_mystatuschange(time_t timestamp, 22 void hk_mystatuschange(time_t timestamp,
22 enum imstatus old_status, 23 enum imstatus old_status,