ejabberd - Comments for "cannot run command to list group chat rooms"
https://www.ejabberd.im/forum/25033/cannot-run-command-list-group-chat-rooms
enmod_muc_admin is include in
https://www.ejabberd.im/forum/25033/cannot-run-command-list-group-chat-rooms#comment-65989
<p>mod_muc_admin is include in ejabberd starting from ejabberd 15.04. The release announcement is here: <a href="https://blog.process-one.net/ejabberd-15-04/">ejabberd 15.04</a></p>
Mon, 03 Aug 2015 08:24:44 +0000mremondcomment 65989 at https://www.ejabberd.imCool that worked on my
https://www.ejabberd.im/forum/25033/cannot-run-command-list-group-chat-rooms#comment-65988
<p>Cool that worked on my machine but on one of our server we have version ejabberd 2.1.10<br />
I tried to add the following</p>
<pre> {mod_muc_admin,[]},</pre><p>to ejabberd.cfg and the server did not start. </p>
<p>Do I need to add another module to list muc_online_rooms?</p>
Sun, 02 Aug 2015 16:51:57 +0000navjeetccomment 65988 at https://www.ejabberd.imPlease, make sure you have
https://www.ejabberd.im/forum/25033/cannot-run-command-list-group-chat-rooms#comment-65971
<p>Please, make sure you have <code>mod_muc_admin</code> enabled in your configuration file.</p>
<p>You can add it in your section module:</p>
<div class="codeblock"><code>modules:<br /> mod_muc_admin: {}</code></div>
Fri, 31 Jul 2015 08:11:40 +0000mremondcomment 65971 at https://www.ejabberd.im