X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=blobdiff_plain;f=xmpp.h;fp=xmpp.h;h=b33ad258f236ef2baed3512a38f1c9cd531bd389;hp=f26cf7355fa10b7b7ad9e467baf5de71efaaec1a;hb=1737bf08fa42284aa1a1c388594267b3b92fb0ec;hpb=4b94376519cf3f1064f90e8a226c54f35d4c0e6e diff --git a/xmpp.h b/xmpp.h index f26cf73..b33ad25 100644 --- a/xmpp.h +++ b/xmpp.h @@ -52,6 +52,7 @@ int hc_xmpp_is_bind_supported (hc_xmpp_t *); int hc_xmpp_is_session_supported (hc_xmpp_t *); int hc_xmpp_is_session_required (hc_xmpp_t *); char *hc_xmpp_server (hc_xmpp_t *); +int hc_xmpp_fd (hc_xmpp_t *); void hc_xmpp_send_buffer (hc_xmpp_t *, char *, size_t); void hc_xmpp_send_iks (hc_xmpp_t *, iks *); void hc_xmpp_read_and_parse (hc_xmpp_t *);