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

@@ -395,7 +395,6 @@ cl_ev_send_priv_msg(ProfPrivateWin *privwin, const char *const msg, const char *
message_send_private(privwin->fulljid, plugin_msg, oob_url);
chat_log_msg_out(jidp->barejid, plugin_msg, jidp->resourcepart);
// TODO replace_id
privwin_outgoing_msg(privwin, NULL, NULL, plugin_msg);
plugins_post_priv_message_send(privwin->fulljid, plugin_msg);