ejabberd - Comments for "need clarification" https://www.ejabberd.im/node/4225 en Preliminary: in addition to https://www.ejabberd.im/node/4225#comment-56530 <p>Preliminary: in addition to the ejabberd Guide, you will find <noindex><a href="http://xmpp.org/extensions/xep-0045.html" title="http://xmpp.org/extensions/xep-0045.html" rel="nofollow" >http://xmpp.org/extensions/xep-0045.html</a></noindex> very useful.</p> <div class="quote-msg"> <div class="quote-author"><em>tom12</em> wrote:</div> <p>the way i see it, the default room per host is called "conference", this is so to speak the main-lobby.<br /> - yes or no? </p></div> <p>Yes, the default name for a MUC service in ejabberd is "conference.DOMAIN".</p> <div class="quote-msg"> <div class="quote-author"><em>tom12</em> wrote:</div> <p>b) as per here, i can repeat that endlessly to get more "lobbies". my ultimate goal woould be to have multiple usergroups all assigned to one lobby:<br /> - y or no?<br /> %% now configure the chat-only hosts<br /> {host_config, "poker.example.com", [{<br /> {add, modules},<br /> [<br /> {mod_muc, [<br /> %% THIS HAS TO BE A SUBDOMAIN, THINGS WON'T WORK<br /> %% IF YOU JUST USE @HOST@ HERE.<br /> {host, "muc.@HOST@"},<br /> {access, muc},<br /> {access_create, muc},<br /> {access_persistent, muc},<br /> {access_admin, muc_admin}<br /> ]}<br /> ]<br /> }]}. </p></div> <p>Yes, but remember: in ejabberd, each xmpp host can only have one mod_muc running. So, poker.example.com can only have one mod_muc, that you called "muc.poker.example.com".</p> <p>Of course, in that MUC service you can have many rooms.</p> <div class="quote-msg"> <div class="quote-author"><em>tom12</em> wrote:</div> <p>c) each lobby, can if confugred, contain multiple rooms<br /> - y / no? </p></div> <p>Right, a MUC service can have many MUC rooms. Like an IRC server can have many IRC channels.</p> <div class="quote-msg"> <div class="quote-author"><em>tom12</em> wrote:</div> <p>d) what is a "chat"? using a client, i have to discover the service aka the lobby and create within that a chat and within that a room.<br /> - y / n ? </p></div> <p>I think that in this context all those terms refer to the same: chat = room = chatroom = MUC room</p> <div class="quote-msg"> <div class="quote-author"><em>tom12</em> wrote:</div> <p>e) if d) can i somehow specify who can create chatrooms and who not? </p></div> <p>Yes. In mod_muc see the option access_create. Check the ejabberd Guide.</p> Mon, 23 Aug 2010 23:33:36 +0000 mfoss comment 56530 at https://www.ejabberd.im