Skip to content
New issue

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

Send XMPP invitation when user is invited to a room #159

Open
ge0rg opened this issue Oct 8, 2020 · 1 comment · May be fixed by #162
Open

Send XMPP invitation when user is invited to a room #159

ge0rg opened this issue Oct 8, 2020 · 1 comment · May be fixed by #162
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.

Comments

@ge0rg
Copy link

ge0rg commented Oct 8, 2020

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#domain@matrix.org'
    id='nzd143v8'
    to='bare-user@domain'>
  <x xmlns='http://jabber.org/protocol/muc#user'>
    <invite from='user_domain@matrix.org'>
      <reason>
        Invitation text
      </reason>
    </invite>
    <password>do-you-have-passwords?this-is-optional</password>
  </x>
</message>
@Half-Shot Half-Shot linked a pull request Oct 9, 2020 that will close this issue
@Neustradamus
Copy link

@Half-Shot: What is your progress on it?

@jaller94 jaller94 added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements. label May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants