Setting up multi user chat (muc) #3770
-
How do I setup and configure Ejabberd for MUC? I have been googling this for a few days now but I've found nothing useful. Is there a special setup I need to create for my domain as well? Here is my xmpp domain: xmpp.ughstudios.com How do I setup muc at: muc.xmpp.ughstudios.com. For the xmpp subdomain, I had to create some Server dns records. What do I need to do for MUC? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
This was silently cross-posted at https://stackoverflow.com/questions/71041069/how-to-configure-multi-user-chat-mod-muc-for-ejabberd |
Beta Was this translation helpful? Give feedback.
-
Usually mod_muc is already enabled and configured in ejabberd configuration file.
Right, you must setup DNS for your MUC service, similarly to the Pubsub service, the vjud service... The exact name that your MUC service will take depends on what you configure. As explained in the mod_muc documentation:
So, by default it would be modules:
mod_muc:
hosts: [muc.@HOST@]
This is not a question specific to ejabberd's MUC... it's the same for other services like pubsub, and it's the same for other XMPP servers, and it's the same than any other internet thing. For example, see https://prosody.im/doc/dns#subdomains |
Beta Was this translation helpful? Give feedback.
Usually mod_muc is already enabled and configured in ejabberd configuration file.
Right, you must setup DNS for your MUC service, similarly to the Pubsub service, the vjud service...
The exact name that your MUC service will take depends on what you configure. As explained in the mod_muc documentation: