Show message in console when receiving chat room invites

This commit is contained in:
James Booth
2013-03-24 21:46:00 +00:00
parent 270dae472f
commit b6095ca955
7 changed files with 121 additions and 3 deletions

View File

@@ -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;