about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-08 03:04:36 +0100
committerJames Booth <boothj5@gmail.com>2016-05-08 03:04:36 +0100
commitac3ab39e233f4a0eb4c4b08086d3d17bea860248 (patch)
tree4d49cc7af60c25519a2b8651cea640e2260b6959 /src/xmpp/connection.h
parent29380a39cdea36615aa97b5a8d79b42f9535aaee (diff)
downloadprofani-tty-ac3ab39e233f4a0eb4c4b08086d3d17bea860248.tar.gz
Use hash table for disco features
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 1c5a2a4f..75022975 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -58,7 +58,7 @@ xmpp_conn_t* connection_get_conn(void);
 xmpp_ctx_t* connection_get_ctx(void);
 char *connection_get_domain(void);
 char* connection_jid_for_feature(const char *const feature);
-DiscoInfo* connection_get_disco_info(const char *const jid);
+GHashTable* connection_get_features(const char *const jid);
 
 void connection_add_available_resource(Resource *resource);
 void connection_remove_available_resource(const char *const resource);