xep-0308: update the UI upon sending a corrected message
So far we don't do this for encrypted messages. Still needs to be done. And MUC also needs to be done.
This commit is contained in:
@@ -91,11 +91,11 @@ privwin_incoming_msg(ProfPrivateWin *privatewin, ProfMessage *message)
|
||||
}
|
||||
|
||||
void
|
||||
privwin_outgoing_msg(ProfPrivateWin *privwin, const char *const message)
|
||||
privwin_outgoing_msg(ProfPrivateWin *privwin, const char *const id, const char *const replace_id, const char *const message)
|
||||
{
|
||||
assert(privwin != NULL);
|
||||
|
||||
win_print_outgoing((ProfWin*)privwin, '-', "%s", message);
|
||||
win_print_outgoing((ProfWin*)privwin, '-', id, replace_id ,"%s", message);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user