ejabberd - Comments for "MUC invite/persistence problem" https://www.ejabberd.im/node/158 en the config seems ok https://www.ejabberd.im/node/158#comment-319 <blockquote>I'm sure its something stupid I'm missing in the cfg</blockquote> <p>That config seems ok to me, so: <ol> <li>Try with other MUC capable clients (Pandion, Tkabber, Gaim) to make sure it isn't an Exodus bug. </li><li>Compare your whole ejabberd.cfg with the template one, and the ejabberd log file, to make sure the rest of the config is correct. </li></ol> </p> Sat, 09 Apr 2005 10:17:02 +0000 mfoss comment 319 at https://www.ejabberd.im we don't seem to be able to m https://www.ejabberd.im/node/158#comment-318 <blockquote>we don't seem to be able to make rooms persistent</blockquote> <p>How do you check if a room is really persistent or not?</p> <blockquote>or invite users into a MUC.</blockquote> <p>'Send invitation' is a privilege. Only the room owner and admins can send it, but you can configure the room to allow participants to send invitations.</p> Sat, 09 Apr 2005 10:16:22 +0000 mfoss comment 318 at https://www.ejabberd.im thanks https://www.ejabberd.im/node/158#comment-316 <p>Hi badlop,</p> <p>Thanks for the suggestion, I've installed Exodus 0.9.1.0 on one client machine and logged into an admin account and there was no change unfortunately. Here are the relevant parts of ejabberd.cfg as requested :-</p> <p><code>{access, muc_admin, [{allow, admin}]}.</code><br /> <code>{access, muc, [{allow, all}]}.</code></p> <div class="codeblock"><code>% Default options for mod_muc:<br />% host: &quot;conference.&quot; ++ ?MYNAME<br />% access: all<br />% access_create: all<br />% access_admin: none (only room creator has owner privileges)<br />{mod_muc, [{access, muc},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {access_create, muc},<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {access_admin, muc_admin}]},</code></div> <p>Thanks for any further suggestions, I'm sure its something stupid I'm missing in the cfg.</p> Thu, 07 Apr 2005 22:55:25 +0000 horlix comment 316 at https://www.ejabberd.im try exodus 0.9.1.0 https://www.ejabberd.im/node/158#comment-315 <p>Exodus 0.9.0.0 is really old. Try the recently released 0.9.1.0. </p> <p>If that does not help, paste here the part of 'modules' in your ejabberd.cfg about mod_muc.</p> Thu, 07 Apr 2005 21:34:57 +0000 mfoss comment 315 at https://www.ejabberd.im