comparison src/protocols/jabber/iq.h @ 7170:1cf80749f2f0

[gaim-migrate @ 7737] jabber gets file receive support again. jabber should now be able to do everything the old plugin did, and more. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 06 Oct 2003 02:04:55 +0000
parents 67c4e9d39242
children b250288fa948
comparison
equal deleted inserted replaced
7169:85181c25cae3 7170:1cf80749f2f0
49 const char *xmlns); 49 const char *xmlns);
50 50
51 void jabber_iq_parse(JabberStream *js, xmlnode *packet); 51 void jabber_iq_parse(JabberStream *js, xmlnode *packet);
52 52
53 void jabber_iq_set_callback(JabberIq *iq, JabberCallback *cb); 53 void jabber_iq_set_callback(JabberIq *iq, JabberCallback *cb);
54 void jabber_iq_set_id(JabberIq *iq, const char *id);
54 55
55 void jabber_iq_send(JabberIq *iq); 56 void jabber_iq_send(JabberIq *iq);
56 void jabber_iq_free(JabberIq *iq); 57 void jabber_iq_free(JabberIq *iq);
57 58
58 #endif /* _GAIM_JABBER_IQ_H_ */ 59 #endif /* _GAIM_JABBER_IQ_H_ */