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
Multiple chat rooms are created by just sending "test" as a message (xmpp->matrix). One of them will have the message sent, the rest will be empty rooms. When the matrix user joins & sends any message it will be "echoed" back as sent by the xmpp user, while the xmpp messages won't be received. Any messages sent by the xmpp user will be sent in a new room.
Tests done using a matrix.org account.
The text was updated successfully, but these errors were encountered:
Environment
Erlang (SMP,ASYNC_THREADS) (BEAM) emulator version 13.1.5
Configuration (only if needed): grep -Ev '^$|^\s*#' ejabberd.yml
Errors from error.log/crash.log
No errors
Bug description
Trying to create a connection from xmpp to matrix:
Multiple chat rooms are created by just sending "test" as a message (xmpp->matrix). One of them will have the message sent, the rest will be empty rooms. When the matrix user joins & sends any message it will be "echoed" back as sent by the xmpp user, while the xmpp messages won't be received. Any messages sent by the xmpp user will be sent in a new room.
Tests done using a matrix.org account.
The text was updated successfully, but these errors were encountered: