ejabberd - Comments for "how to change mod_muc service name?" https://www.ejabberd.im/node/827 en how to change mod_muc service name? https://www.ejabberd.im/node/827#comment-1868 <p>Do you mean what name you find it from a Jabber client?<br /> Read the manual.</p> <p>I GUESS that you want to change in ejabberd.cfg like this:</p> <p>{hosts, ["jabber.domain.org", "jabber.domain.net"]}.</p> <p>{modules,<br /> ...<br /> {mod_irc, [{hosts, ["irc.jabber.domain.org", "irc2.jabber.domain.net"}]},<br /> {mod_muc, [{hosts, ["rooms.jabber.domain.org"]},<br /> {access, muc},<br /> {access_create, muc},<br /> {access_admin, muc_admin}]},<br /> ...<br /> }.</p> <p>You have to read manuals and try it out yourself. I haven't tried it.</p> <p>--<br /> Debian is all I need.</p> Thu, 15 Jun 2006 23:37:40 +0000 Jxn comment 1868 at https://www.ejabberd.im Re: how to change mod_muc service name? https://www.ejabberd.im/node/827#comment-1753 <div class="quote-msg"> <div class="quote-author"><em>tgyou</em> wrote:</div> <p>INSTALLED PACKAGE : ejabberd-1.1.1_2-linux-installer.bin (Binary build)</p> <p>How to change mod_muc and mod_irc service name?</p> <p>"ejabberd/mod_muc","ejabberd/moc_irc" listed default server.</p> <p>this name is how to change??</p></div> <p>Bad news: those names can't be changed on ejabberd.cfg. The only way is to modify the source code and recompile.</p> Wed, 17 May 2006 17:13:03 +0000 mfoss comment 1753 at https://www.ejabberd.im