You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message gets sent to "jonas 19" which doesn't exist
Expected behavior
The message should be sent to jonas’
Additional context
Some logs about the issue
Bifrost:
Jul-29 08:19:05.390 INFO MatrixEventHandler Handling IM message
Jul-29 08:19:05.391 INFO MatrixEventHandler Sending IM to [email protected]/jonas 19
Jul-29 08:19:05.392 INFO XmppJsGateway Looking up possible gateway: @maranda:aria-net.org [email protected]/jonas 19 [email protected]
The text was updated successfully, but these errors were encountered:
maranda
changed the title
Private messages don't get sent to the right resource if it contains certain characters
Private messages in MUC don't get sent to the right resource if it contains certain characters
Jul 29, 2021
Remote usernames with multibyte characters in them currently get encoded
into mxids in a way that may result in information loss
(see matrix-org/matrix-appservice-bridge#346).
This makes it impossible to reach some users by MXID alone, so this
makes it lookup the MXID in the user store, which contains the original,
unmangled username.
FixesGH-268.
Remote usernames with multibyte characters in them currently get encoded
into mxids in a way that may result in information loss
(see matrix-org/matrix-appservice-bridge#346).
This makes it impossible to reach some users by MXID alone, so this
makes it lookup the MXID in the user store, which contains the original,
unmangled username.
FixesGH-268.
maranda
added a commit
to maranda/matrix-bifrost
that referenced
this issue
Nov 10, 2021
Describe the bug
Bifrost seems to be mangling and/or prepping incorrectly certain characters when sending stanzas.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The message should be sent to jonas’
Additional context
Some logs about the issue
Bifrost:
Jul-29 08:19:05.390 INFO MatrixEventHandler Handling IM message
Jul-29 08:19:05.391 INFO MatrixEventHandler Sending IM to [email protected]/jonas 19
Jul-29 08:19:05.392 INFO XmppJsGateway Looking up possible gateway: @maranda:aria-net.org [email protected]/jonas 19 [email protected]
XMPP Server:
Jul 29 08:19:05 jcp55df4cc03bb0 debug Received[component]:
Jul 29 08:19:05 s2sout55df4b10b5c0 debug sending:
Jul 29 08:19:05 s2sout55df4b10b5c0 debug Received[s2sout]:
The text was updated successfully, but these errors were encountered: