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
When you invite a bridged xmpp user to a matrix room, the xmpp user should receive a room invitation from the room's JID according to XEP-0045 §7.8.2:
<message from='#room#[email protected]' id='nzd143v8' to='bare-user@domain'> <x xmlns='http://jabber.org/protocol/muc#user'> <invite from='[email protected]'> <reason> Invitation text </reason> </invite> <password>do-you-have-passwords?this-is-optional</password> </x> </message>
The text was updated successfully, but these errors were encountered:
@Half-Shot: What is your progress on it?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When you invite a bridged xmpp user to a matrix room, the xmpp user should receive a room invitation from the room's JID according to XEP-0045 §7.8.2:
The text was updated successfully, but these errors were encountered: