mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Added resource_presence_t
This commit is contained in:
parent
3bee45fa76
commit
88fc4a6425
@ -23,6 +23,14 @@
|
|||||||
#ifndef RESOURCE_H
|
#ifndef RESOURCE_H
|
||||||
#define RESOURCE_H
|
#define RESOURCE_H
|
||||||
|
|
||||||
|
typedef enum {
|
||||||
|
RESOURCE_ONLINE,
|
||||||
|
RESOURCE_CHAT,
|
||||||
|
RESOURCE_AWAY,
|
||||||
|
RESOURCE_XA,
|
||||||
|
RESOURCE_DND
|
||||||
|
} resource_presence_t;
|
||||||
|
|
||||||
typedef struct resource_t {
|
typedef struct resource_t {
|
||||||
char *name;
|
char *name;
|
||||||
char *show;
|
char *show;
|
||||||
|
Loading…
Reference in New Issue
Block a user