Skip to content
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

Open
vsevex opened this issue Jun 15, 2023 · 4 comments
Open

Implement Multi-User Chat (MUC) Support #8

vsevex opened this issue Jun 15, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@vsevex
Copy link
Owner

vsevex commented Jun 15, 2023

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:

  • Establish a connection and join the MUC room.
  • Handle presence and participant management.
  • Message exchange in MUC.
  • Configure and manage MUC room properties: Allow users to configure various properties of the MUC room, such as its name, subject, and access controls.
  • Handle room events and notifications.
  • Documentation: Update the documentation to include information about using MUC in the client.

References:

@vsevex vsevex added this to whixp Jun 15, 2023
@vsevex vsevex moved this to In Progress in whixp Jun 15, 2023
@vsevex vsevex self-assigned this Jun 15, 2023
@vsevex vsevex added the enhancement New feature or request label Jun 15, 2023
@vsevex vsevex changed the title Implement Multi-User Chat (MUC) support Implement Multi-User Chat (MUC) Support Jul 10, 2023
@Neustradamus
Copy link

To follow this important ticket!

@vsevex vsevex moved this from In Progress to Postponed in whixp Jan 4, 2024
@rajurajpurohit
Copy link

@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.

@vsevex
Copy link
Owner Author

vsevex commented Sep 6, 2024

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.

@Deer404
Copy link

Deer404 commented Oct 28, 2024

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.是的,我仍在研究这个包,但不是专门研究 XEP-0045 的扩展。相反,我将开始研究XEP-0369 ,即 XEP-0045 的升级版,尽管尚未计划在下一个版本中发布。

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)."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Postponed
Development

No branches or pull requests

4 participants