diff 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
line wrap: on
line diff
--- a/src/protocols/jabber/iq.h	Mon Oct 06 01:46:31 2003 +0000
+++ b/src/protocols/jabber/iq.h	Mon Oct 06 02:04:55 2003 +0000
@@ -51,6 +51,7 @@
 void jabber_iq_parse(JabberStream *js, xmlnode *packet);
 
 void jabber_iq_set_callback(JabberIq *iq, JabberCallback *cb);
+void jabber_iq_set_id(JabberIq *iq, const char *id);
 
 void jabber_iq_send(JabberIq *iq);
 void jabber_iq_free(JabberIq *iq);