xep-0308: Display corrected incoming MUC messages correctly

This commit is contained in:
Michael Vetter
2020-02-12 12:56:34 +01:00
parent 7ad2e4761b
commit 7cd1be36f2
4 changed files with 21 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ void win_show_status_string(ProfWin *window, const char *const from,
const char *const default_show);
void win_print_them(ProfWin *window, theme_item_t theme_item, char ch, int flags, const char *const them);
void win_println_them_message(ProfWin *window, char ch, int flags, const char *const them, const char *const message, ...);
void win_println_them_message(ProfWin *window, char ch, int flags, const char *const them, const char *const id, const char *const replace_id, const char *const message, ...);
void win_println_me_message(ProfWin *window, char ch, const char *const me, const char *const message, ...);
void win_print_outgoing(ProfWin *window, const char ch, const char *const id, const char *const replace_id, const char *const message, ...);