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

Chatrooms for different agents #113

Open
carlosgcg opened this issue Oct 27, 2023 · 1 comment
Open

Chatrooms for different agents #113

carlosgcg opened this issue Oct 27, 2023 · 1 comment

Comments

@carlosgcg
Copy link

  • SPADE version: 3.3.2
  • Python version: 3.11.3
  • Operating System: Windows 11 64-bit version

Description

Hello! I'm working in a multi-agent environment with SPADE. Currently, all the agents created communicate with each other without exclusivity. I would like to know if it's possible with SPADE to create chatrooms within a Prosody server so that, based on a given criterion, each agent enters its corresponding chatroom and only communicates with the agents in that chatroom. If it's possible, I would greatly appreciate guidance on how to implement this.

What I Did

So far, what I've done is enable the muc module on my Prosody server and verify with a free agent like Gajim that chatroom creation indeed works. Now, I want to implement it within my code in SPADE.

@javipalanca
Copy link
Owner

SPADE does not currently support chatrooms with muc. However, since XMPP support exists, it would be easy to create a plugin that adds this support to SPADE. If someone would volunteer to do it..... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants