ejabberd - Comments for " s2s Configuration and Development" https://www.ejabberd.im/node/3812 en Quote: At current, I have my https://www.ejabberd.im/node/3812#comment-55093 <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>At current, I have my ejabberd server setup and serving at localhost. I can point Psi or Pidgin at it and it can run as a chat client on my network. This is all well and good, but not at all what I need it to do. </p> <p>How do I properly set up ejabberd for a s2s connection from my machine "help.foo.org"</p></div> <p>You now have this in ejabberd.cfg:</p> <pre> {hosts, ["localhost"]}. </pre><p> If you want to have a Jabber domain that can connect to other servers, then you must setup a new host, for example:</p> <pre> {hosts, ["localhost", "foo.org"]}. </pre><p> Update your DNS, restart ejabberd, and then create accounts in your ejabberd domain foo.org. Those can then connect to other Jabber servers.</p> Thu, 31 Dec 2009 12:07:29 +0000 mfoss comment 55093 at https://www.ejabberd.im