mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 11:46:20 +00:00
Added /room subject command
This commit is contained in:
@@ -156,6 +156,8 @@ GList * (*jabber_get_available_resources)(void);
|
||||
// message functions
|
||||
void (*message_send)(const char * const msg, const char * const recipient);
|
||||
void (*message_send_groupchat)(const char * const msg, const char * const recipient);
|
||||
void (*message_send_groupchat_subject)(const char * const room, const char * const subject);
|
||||
|
||||
void (*message_send_inactive)(const char * const recipient);
|
||||
void (*message_send_composing)(const char * const recipient);
|
||||
void (*message_send_paused)(const char * const recipient);
|
||||
|
||||
Reference in New Issue
Block a user