mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 02:26:21 +00:00
Show message in console when receiving chat room invites
This commit is contained in:
@@ -46,6 +46,11 @@ typedef enum {
|
||||
PRESENCE_UNSUBSCRIBED
|
||||
} jabber_subscr_t;
|
||||
|
||||
typedef enum {
|
||||
INVITE_DIRECT,
|
||||
INVITE_MEDIATED
|
||||
} jabber_invite_t;
|
||||
|
||||
typedef struct capabilities_t {
|
||||
char *category;
|
||||
char *type;
|
||||
|
||||
Reference in New Issue
Block a user