comparison src/protocols/jabber/iq.h @ 13792:02c7d18f5cc3

[gaim-migrate @ 16204] jabber get info now fetches and displays idle time and version info this is based largely on the work of Andrew Sayman. He submitted a patch back in 2004, and I hacked it all to hell, changed how some things were done. If it works, credit him. If it breaks, blame me. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 30 May 2006 01:30:18 +0000
parents b250288fa948
children
comparison
equal deleted inserted replaced
13791:b39a92702939 13792:02c7d18f5cc3
51 JabberIq *jabber_iq_new_query(JabberStream *js, JabberIqType type, 51 JabberIq *jabber_iq_new_query(JabberStream *js, JabberIqType type,
52 const char *xmlns); 52 const char *xmlns);
53 53
54 void jabber_iq_parse(JabberStream *js, xmlnode *packet); 54 void jabber_iq_parse(JabberStream *js, xmlnode *packet);
55 55
56 void jabber_iq_remove_callback_by_id(JabberStream *js, const char *id);
56 void jabber_iq_set_callback(JabberIq *iq, JabberIqCallback *cb, gpointer data); 57 void jabber_iq_set_callback(JabberIq *iq, JabberIqCallback *cb, gpointer data);
57 void jabber_iq_set_id(JabberIq *iq, const char *id); 58 void jabber_iq_set_id(JabberIq *iq, const char *id);
58 59
59 void jabber_iq_send(JabberIq *iq); 60 void jabber_iq_send(JabberIq *iq);
60 void jabber_iq_free(JabberIq *iq); 61 void jabber_iq_free(JabberIq *iq);