mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-28 22:16:22 +00:00
Show detailed software/os information if available in capabilities
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user