1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Add partial support for XEP-0249 Direct MUC Invitations.

Exposes a method for a MUC to invite a user to the room, and adds a listener to the MultiUserChat listener to inform users of direct invitations they have received.

Fixes SMACK-932.
This commit is contained in:
Martin Fidczuk 2022-08-01 17:06:14 +01:00 committed by Martin Fidczuk
parent f6c85d9fb3
commit 9e9c233468
No known key found for this signature in database
GPG key ID: 8B533F18DF43D922
5 changed files with 481 additions and 0 deletions

View file

@ -352,6 +352,12 @@
* <td>Efficient roster synchronization.</td>
* </tr>
* <tr>
* <td>Direct MUC Invitations</td>
* <td><a href="https://xmpp.org/extensions/xep-0249.html">XEP-0249</a></td>
* <td></td>
* <td>Allows sending a MUC invitation directly from the user to the contact with mediation by the room.</td>
* </tr>
* <tr>
* <td>Message Carbons</td>
* <td><a href="https://xmpp.org/extensions/xep-0280.html">XEP-0280</a></td>
* <td>{@link org.jivesoftware.smackx.carbons}</td>