X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=xmpp.h;h=8c358b1ed4922c82a6fb6bcb115e5d611996e7fb;hb=refs%2Fheads%2Fui;hp=c45d7ac24e5a52eb375133c901433cf2cef80219;hpb=8a0e2834ab01c824196aab0e81c713f6b88110cd;p=cascardo%2Fhcxmpp.git diff --git a/xmpp.h b/xmpp.h index c45d7ac..8c358b1 100644 --- a/xmpp.h +++ b/xmpp.h @@ -61,7 +61,14 @@ void hc_xmpp_features (hc_xmpp_t *, iks *); int hc_xmpp_status (hc_xmpp_t *); int hc_xmpp_hook (void *, int, iks *); void hc_xmpp_send_stream (hc_xmpp_t *); +void hc_xmpp_set_msg_hook (hc_xmpp_t *, hc_xmpp_hook_t); +void hc_xmpp_set_sent_msg_hook (hc_xmpp_t *, hc_xmpp_hook_t); +void hc_xmpp_set_pres_hook (hc_xmpp_t *, hc_xmpp_hook_t); +void hc_xmpp_set_sent_pres_hook (hc_xmpp_t *, hc_xmpp_hook_t); void hc_xmpp_register_ns_hook (hc_xmpp_t *, char *, hc_xmpp_hook_t); void hc_xmpp_recv_message (hc_xmpp_t *, iks *); +void hc_xmpp_sent_message (hc_xmpp_t *, iks *); +void hc_xmpp_recv_presence (hc_xmpp_t *, iks *); +void hc_xmpp_sent_presence (hc_xmpp_t *, iks *); #endif