about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-24 00:40:43 +0000
committerJames Booth <boothj5@gmail.com>2013-01-24 00:40:43 +0000
commit183a66c939f04a43db8e7d0d7383fc90ee4e9683 (patch)
treea6f8ffee3c0594b33ca50a66bf08585074485fa2 /src/jabber.h
parent37666528e5f35480f5bb5bce62764048d1096dca (diff)
downloadprofani-tty-183a66c939f04a43db8e7d0d7383fc90ee4e9683.tar.gz
Removed iq.h
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jabber.h b/src/jabber.h
index 02e540fc..2601e018 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -84,4 +84,7 @@ void jabber_free_resources(void);
 void jabber_restart(void);
 void jabber_set_autoping(int seconds);
 
+int iq_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
+    void * const userdata);
+
 #endif