matrix-org / matrix-org/matrix-bifrost
Send XMPP invitation when user is invited to a room
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 187
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
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](https://xmpp.org/extensions/xep-0045.html#invite-mediated):
```xml
Invitation text
do-you-have-passwords?this-is-optional
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how invitations to Matrix rooms are handled for bridged XMPP users, then compare the existing behavior with XEP-0045 §7.8.2. Done means the invited XMPP user receives the specified mediated room invitation, including the room JID and invitation details.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100