Add connection_get_disco_info()

This commit is contained in:
James Booth
2016-05-08 02:25:34 +01:00
parent 137202e5dd
commit 31e6cc8e38
4 changed files with 31 additions and 28 deletions

View File

@@ -106,7 +106,7 @@ typedef struct disco_identity_t {
} DiscoIdentity;
typedef struct disco_info_t {
char *item;
char *jid;
GHashTable *features;
} DiscoInfo;