mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 11:16:21 +00:00
Show message received text for receipts
This commit is contained in:
@@ -145,8 +145,8 @@ char* jabber_get_account_name(void);
|
||||
GList * jabber_get_available_resources(void);
|
||||
|
||||
// message functions
|
||||
void message_send_chat(const char * const barejid, const char * const msg);
|
||||
void message_send_chat_encrypted(const char * const barejid, const char * const msg);
|
||||
char* message_send_chat(const char * const barejid, const char * const msg);
|
||||
char* message_send_chat_encrypted(const char * const barejid, const char * const msg);
|
||||
void message_send_private(const char * const fulljid, const char * const msg);
|
||||
void message_send_groupchat(const char * const roomjid, const char * const msg);
|
||||
void message_send_groupchat_subject(const char * const roomjid, const char * const subject);
|
||||
|
||||
Reference in New Issue
Block a user