Skip to content

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

@ge0rg

Description

@ge0rg

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-EnhancementNew features, changes in functionality, performance boosts, user-facing improvements.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions