Implemented output for /disco info

This commit is contained in:
James Booth
2013-03-14 23:41:36 +00:00
parent 7bd7c15994
commit e2bc9bde74
7 changed files with 128 additions and 2 deletions

View File

@@ -62,6 +62,12 @@ typedef struct disco_item_t {
char *name;
} DiscoItem;
typedef struct disco_identity_t {
char *name;
char *type;
char *category;
} DiscoIdentity;
// connection functions
void jabber_init(const int disable_tls);
jabber_conn_status_t jabber_connect_with_details(const char * const jid,