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

Mod_muc default_room_options: #4456

Open
SpartanSecure opened this issue Aug 14, 2023 · 7 comments
Open

Mod_muc default_room_options: #4456

SpartanSecure opened this issue Aug 14, 2023 · 7 comments

Comments

@SpartanSecure
Copy link

i have a working ejabberd server ver: 20.07 in my ejabberd.yml file i have de option:
default_room_options:
persistent: true
mam: true
allow_private_messages: false

but in the conversation app when i make a private group the members in the group can send private messages between the members in the group.

@licaon-kter
Copy link

licaon-kter commented Aug 14, 2023

As the Readme says, issues should be opened in the currenh repo: illo: https://codeberg.org/iNPUTmice/Conversations/

Anyway, why isn't this an ejabberd issue instead?

Latest ejabberd is 23.04 fyi.

What kind of private messages?

Because Conversations (and Dino afaik and maybe more), in private groups, will open an 1:1 chat and NOT send "private message".

What other clients do its up to them.

Do attach some pics

@SpartanSecure
Copy link
Author

Okay, maybe I didn't explain it well. The members in the group are not allowed 1:1 chat.I want to create a group where a customers of ours can ask a questions. I also want different specialists in the group, but I don't want the customer to be able to text directly with the specialist. It must be coordinated in the group.
And maybe you slept badly, a question is being asked here and I didn't mean that the problem is with the app.
☺️

@licaon-kter
Copy link

Do read https://docs.modernxmpp.org/client/groupchat/ first, then rephrase :)

@SpartanSecure
Copy link
Author

Thanks for this document, I'm going to see if I can solve my problem. If I run into questions, may I ask you for help?

@licaon-kter
Copy link

This would be better over the support rooms ejabberd or Conversations.

@SpartanSecure
Copy link
Author

Oke, thanks

@Menelmacar
Copy link

Menelmacar commented Oct 28, 2023

I can explain that, default_room_options means if the client opens a room without any config, then you options would apply. But conversations isn't a client that doesn't give any options. It has two sets of options it applies. The one for channels and the one for groups.
So your default settings never trigger.
I think you can close this issue, it's not an issue with any of the programs.
Edit: if you want to enforce setting like that you would need another ejabberd module or something that enforces this. I don't know if that exists for ejabberd. But it would be an ejabberd feature, unrelated to conversations

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

3 participants