xep-0308: Dont allow to correct MUC PMs

People could change messages of other people if the nick isn't
registered.
This commit is contained in:
Michael Vetter
2020-02-12 13:09:58 +01:00
parent ed1d49bf0c
commit 66d3f572f9
3 changed files with 0 additions and 10 deletions

View File

@@ -197,7 +197,6 @@ void mucwin_set_message_char(ProfMucWin *mucwin, const char *const ch);
void mucwin_unset_message_char(ProfMucWin *mucwin);
// MUC private chat window
// TODO repalce_id?
void privwin_incoming_msg(ProfPrivateWin *privatewin, ProfMessage *message);
void privwin_outgoing_msg(ProfPrivateWin *privwin, const char *const id, const char *const replace_id, const char *const message);
void privwin_message_occupant_offline(ProfPrivateWin *privwin);