ejabberd - Comments for "Private Rooms"
https://www.ejabberd.im/node/697
enFor private rooms, modify the
https://www.ejabberd.im/node/697#comment-67330
<p>For private rooms, modify the configuration file as follows:</p>
<div class="codeblock"><code>mod_muc: <br /> ........ ## other options<br /> default_room_options:<br /> persistent: true<br /> public: false<br /> members_only: true</code></div>
Fri, 17 Feb 2017 05:08:56 +0000Sathi Reddycomment 67330 at https://www.ejabberd.imIt's possible using a MUC capable client
https://www.ejabberd.im/node/697#comment-1455
<p>Yes. Create a chatroom and configure it with a MUC capable client (Tkabber, Gajim, GAIM, Exodus...).</p>
<p>You have several methods to restrict access:</p>
<ul>
<li>Hide the chatroom with: 'Make room public searchable: no'
</li><li>Require password: 'Make room password protected: yes'
</li><li>Restrict by JID: 'Make room members-only: yes'
</li></ul>
Thu, 09 Mar 2006 16:10:41 +0000mfosscomment 1455 at https://www.ejabberd.im