ejabberd - Comments for "mod_muc must use a separate host?" https://www.ejabberd.im/node/4116 en That's analogous to what I https://www.ejabberd.im/node/4116#comment-56104 <p>That's analogous to what I did; I created two DNS entries with the same IP address in the A record.</p> <p>It boils down to the same thing: I have to configure two domain names.</p> Sat, 26 Jun 2010 19:59:03 +0000 cato_minor comment 56104 at https://www.ejabberd.im I succeeded with something https://www.ejabberd.im/node/4116#comment-56103 <p>I succeeded with something analogue to your second, "strange" configuration:</p> <div class="codeblock"><code>{hosts, [&quot;users.chat.myserver.net&quot;]}.<br />{modules, ]<br />&nbsp; {mod_muc, [<br />&nbsp;&nbsp;&nbsp; {host, &quot;chat.myserver.net&quot;},<br />&nbsp;&nbsp;&nbsp; ...<br />&nbsp; ]},<br />&nbsp; ...<br />]}.</code></div> <p>Works fine with real DNS addresses :-)</p> Sat, 26 Jun 2010 19:53:03 +0000 cato_minor comment 56103 at https://www.ejabberd.im cato_minor wrote: one must https://www.ejabberd.im/node/4116#comment-56071 <div class="quote-msg"> <div class="quote-author"><em>cato_minor</em> wrote:</div> <p>one must choose a different "host" for mod_muc than for the rest of the Jabber server. That is, if my one admin user is <noindex><a href="mailto:admin@myserver.net" rel="nofollow" >admin@myserver.net</a></noindex>, I must not call the mod_muc host "myserver.net", but for example "conference.myserver.net".</p> <p>there must be a "real host name", configured in the DNS, behind that? </p></div> <p>Right. The typical example configuration is:</p> <pre> {hosts, ["example.org"]}. {modules, ] {mod_muc, [ {host, "conference.example.org"}, ... ]}, ... ]}. </pre><p> Notice that this is also possible:</p> <pre> {hosts, ["jabber.example.org"]}. {modules, ] {mod_muc, [ {host, "example.org"}, ... ]}, ... ]}. </pre><p> That strange configuration works for me in my local machine. I never tried it over Internet, with DNS setups, etc.</p> Mon, 21 Jun 2010 10:53:17 +0000 mfoss comment 56071 at https://www.ejabberd.im why can't u create a CNAME https://www.ejabberd.im/node/4116#comment-56066 <p>why can't u create a CNAME record in dns for conference.myserver.net to point to mysever.net?</p> Sun, 20 Jun 2010 09:41:42 +0000 ttyl comment 56066 at https://www.ejabberd.im