mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 12:36:21 +00:00
Handle sending messages in groupchat
This commit is contained in:
@@ -48,6 +48,7 @@ void jabber_process_events(void);
|
||||
void jabber_subscribe(const char * const recipient);
|
||||
void jabber_join(const char * const room_jid, const char * const nick);
|
||||
void jabber_send(const char * const msg, const char * const recipient);
|
||||
void jabber_send_groupchat(const char * const msg, const char * const recipient);
|
||||
void jabber_send_inactive(const char * const recipient);
|
||||
void jabber_send_composing(const char * const recipient);
|
||||
void jabber_send_paused(const char * const recipient);
|
||||
|
||||
Reference in New Issue
Block a user