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 · 3 comments
Open

Implement Multi-User Chat (MUC) Support #8

vsevex opened this issue Jun 15, 2023 · 3 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 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!

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

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

3 participants