-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Multi-User Chat (MUC) Support #8
Comments
To follow this important ticket! |
@vsevex I have gone through multiple packages. whixp looks great and simple to use. Are you still working on this protocol (XEP-0045)? I am looking for a chat application (flutter) feature with ejabberd server eg. MUC, Websocket, etc. |
Hi @rajurajpurohit, Yes, I am still working on this package, but not specifically on the extension of XEP-0045. Instead, I will be starting work on XEP-0369, the upgrade for XEP-0045, although it is not planned for the next releases yet. |
The support for XEP-0369 doesn't seem very good. It seems that MongooseIM doesn't support it and continues to use MUC (Multi-User Chat)." |
This feature aims to implement support for Multi-User Chat (MUC) functionality in the client. MUC allows users to participate in group conversations and interact with multiple participants in real time. By adding MUC support, users will be able to join and create chat rooms, send and receive messages in group conversations, and manage their participation in MUC scenarios.
Tasks:
References:
The text was updated successfully, but these errors were encountered: