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

Improved Support: XEP-0249: Direct MUC Invitations

This commit is contained in:
Paul Schaub 2020-07-18 12:55:26 +02:00
parent b7fe56fb9b
commit 036ab79ada
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 382 additions and 52 deletions

View file

@ -10,6 +10,7 @@ group chat room.
* Listen for Invitations
**XEP related:** N/A -- this protocol is outdated now that the Multi-User Chat (MUC) XEP is available ([XEP-45](http://www.xmpp.org/extensions/xep-0045.html)). However, most existing clients still use this older protocol. Once MUC support becomes more widespread, this API may be deprecated.
**XEP related:** Now there is support for XEP-0249: Direct MUC Invitations.
Inviting Other Users
--------------------