about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 1b056954..dce84046 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -58,6 +58,7 @@ xmpp_conn_t* connection_get_conn(void);
 xmpp_ctx_t* connection_get_ctx(void);
 char *connection_get_domain(void);
 GSList* connection_get_disco_items(void);
+char* connection_item_for_feature(const char *const feature);
 
 void connection_add_available_resource(Resource *resource);
 void connection_remove_available_resource(const char *const resource);