ejabberd - Comments for "unknown option &amp;#039;members_only&amp;#039; and &amp;#039;mam&amp;#039; for &amp;#039;mod_muc&amp;#039;" https://www.ejabberd.im/forum/25374/unknown-option-membersonly-and-mam-modmuc en Oops. Thank you. https://www.ejabberd.im/forum/25374/unknown-option-membersonly-and-mam-modmuc#comment-66583 <p>Oops. Thank you.</p> Thu, 18 Feb 2016 09:16:03 +0000 svksaha91 comment 66583 at https://www.ejabberd.im mam and members_only are not https://www.ejabberd.im/forum/25374/unknown-option-membersonly-and-mam-modmuc#comment-66575 <p>mam and members_only are not mod_muc options. They are room options, which you can set inside the default_room_options mod_muc option. The documentation indentation maybe confused you.</p> <p>This is the correct config:</p> <pre> mod_muc: ## host: "conference.@HOST@" access: muc access_create: muc_create access_persistent: muc_create access_admin: muc_admin db_type: odbc default_room_options: members_only: true mam: true </pre> Mon, 15 Feb 2016 15:16:56 +0000 badlop comment 66575 at https://www.ejabberd.im