mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 21:16:21 +00:00
Added resource_presence_t
This commit is contained in:
@@ -23,6 +23,14 @@
|
||||
#ifndef RESOURCE_H
|
||||
#define RESOURCE_H
|
||||
|
||||
typedef enum {
|
||||
RESOURCE_ONLINE,
|
||||
RESOURCE_CHAT,
|
||||
RESOURCE_AWAY,
|
||||
RESOURCE_XA,
|
||||
RESOURCE_DND
|
||||
} resource_presence_t;
|
||||
|
||||
typedef struct resource_t {
|
||||
char *name;
|
||||
char *show;
|
||||
|
||||
Reference in New Issue
Block a user