From ac3ab39e233f4a0eb4c4b08086d3d17bea860248 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 8 May 2016 03:04:36 +0100 Subject: Use hash table for disco features --- src/xmpp/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xmpp/connection.h') 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); -- cgit 1.4.1-2-gfad0