mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 22:26:22 +00:00
xep-0308: enable corrections for outgoing encrypted messages
This commit is contained in:
@@ -73,7 +73,7 @@ void otr_poll(void);
|
||||
void otr_on_connect(ProfAccount *account);
|
||||
|
||||
char* otr_on_message_recv(const char *const barejid, const char *const resource, const char *const message, gboolean *decrypted);
|
||||
gboolean otr_on_message_send(ProfChatWin *chatwin, const char *const message, gboolean request_receipt);
|
||||
gboolean otr_on_message_send(ProfChatWin *chatwin, const char *const message, gboolean request_receipt, const char *const replace_id);
|
||||
|
||||
void otr_keygen(ProfAccount *account);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user