We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Matrix users whose MXID contains a capital letter (from time before that became disallowed) cannot be messaged from XMPP as according to Maranda:
You can't have caps in a JID that's against the prep profile so XMPP servers will normalize that
To Reproduce
Expected behavior
The messages go through and I can read them at Matrix.
The text was updated successfully, but these errors were encountered:
Just for clarity: "you can't have caps in the node portion of a JID"
Sorry, something went wrong.
I guess this is an instance of matrix-org/matrix-spec-proposals#3794
This is related to #281
We'll probably have to solve this by QP encoding localparts (which will be ugly but functional).
This is a S-Minor because it technically affects only users who are not spec compliant.
No branches or pull requests
Describe the bug
Matrix users whose MXID contains a capital letter (from time before that became disallowed) cannot be messaged from XMPP as according to Maranda:
To Reproduce
Expected behavior
The messages go through and I can read them at Matrix.
The text was updated successfully, but these errors were encountered: