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:
parent
f6c85d9fb3
commit
9e9c233468
5 changed files with 481 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue