X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=blobdiff_plain;f=xmpp.h;fp=xmpp.h;h=8c358b1ed4922c82a6fb6bcb115e5d611996e7fb;hp=652ad5c941d4834462fc1e73224fdd781aae3771;hb=40fb126bf869e43a4ff4763c76396abc0c5791d8;hpb=d50bdf2dfd70a1665cb2056dfd539e9768c2f505 diff --git a/xmpp.h b/xmpp.h index 652ad5c..8c358b1 100644 --- a/xmpp.h +++ b/xmpp.h @@ -63,8 +63,12 @@ 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