ejabberd - Comments for "Private Rooms" https://www.ejabberd.im/node/697 en For 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 />&nbsp;&nbsp;&nbsp; ........&nbsp;&nbsp; ## other options<br />&nbsp;&nbsp;&nbsp; default_room_options:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; persistent: true<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public: false<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; members_only: true</code></div> Fri, 17 Feb 2017 05:08:56 +0000 Sathi Reddy comment 67330 at https://www.ejabberd.im It'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 +0000 mfoss comment 1455 at https://www.ejabberd.im