mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 03:26:22 +00:00
Allow message with status updates
This commit is contained in:
2
jabber.h
2
jabber.h
@@ -35,6 +35,6 @@ void jabber_roster_request(void);
|
||||
void jabber_process_events(void);
|
||||
void jabber_send(const char * const msg, const char * const recipient);
|
||||
const char * jabber_get_jid(void);
|
||||
void jabber_update_presence(jabber_presence_t status);
|
||||
void jabber_update_presence(jabber_presence_t status, const char * const msg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user