Show detailed software/os information if available in capabilities

This commit is contained in:
James Booth
2013-02-05 23:06:30 +00:00
parent 895399427e
commit 5e5590b047
6 changed files with 150 additions and 39 deletions

View File

@@ -47,7 +47,13 @@ typedef enum {
} jabber_subscr_t;
typedef struct capabilities_t {
char *client;
char *category;
char *type;
char *name;
char *software;
char *software_version;
char *os;
char *os_version;
} Capabilities;
// connection functions