JID malformed errors on MUC rename attempts are logged in the console but not displayed in the UI
Today I tried to rename myself in a (real XMPP, not bridged) MUC to "nicoco
- gajim and prosody disagree on what's a valid JID (some other emoji combinations would gray out the "rename" button in gajim, so I assume there is local validation before sending the rename request);
- it would probably be better to display these these errors in the GUI somewhere and not just log them to stderr, because if you don't look at your
~/.xsession-errors
(I don't even know if something like this exists in windows?), it basically looks like the "rename myself" dialog is a no-op.
Somehow related to !999