about summary refs log tree commit diff stats
path: root/src/event/client_events.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-12 14:06:00 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-14 10:17:07 +0100
commit4ec005e4c3563066e33e0cf7b87dd027489f03bc (patch)
tree2e5843c6e8941c3f0a2eb96c5364832598dcbcbb /src/event/client_events.h
parent2a7a389cb542abb8055a850ad80959e3cf855cae (diff)
downloadprofani-tty-4ec005e4c3563066e33e0cf7b87dd027489f03bc.tar.gz
xep-0308: Implement LMC for outgoing MUC messages
Including OMEMO encrypted ones.
Also rename `win_println_me_message()` to `win_print_outgoing_muc_msg()
as I think it's a more descriptive name.
Diffstat (limited to 'src/event/client_events.h')
-rw-r--r--src/event/client_events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event/client_events.h b/src/event/client_events.h
index 66ade679..87276331 100644
--- a/src/event/client_events.h
+++ b/src/event/client_events.h
@@ -47,6 +47,7 @@ void cl_ev_presence_send(const resource_presence_t presence_type, const int idle
 
 void cl_ev_send_msg_correct(ProfChatWin *chatwin, const char *const msg, const char *const oob_url, gboolean correct_last_msg);
 void cl_ev_send_msg(ProfChatWin *chatwin, const char *const msg, const char *const oob_url);
+void cl_ev_send_muc_msg_corrected(ProfMucWin *mucwin, const char *const msg, const char *const oob_url, gboolean correct_last_msg);
 void cl_ev_send_muc_msg(ProfMucWin *mucwin, const char *const msg, const char *const oob_url);
 void cl_ev_send_priv_msg(ProfPrivateWin *privwin, const char *const msg, const char *const oob_url);