ejabberd - Comments for "registration watching and erlang nodes" https://www.ejabberd.im/node/3036 en Check config; use virtual hosts, not nodes https://www.ejabberd.im/node/3036#comment-52412 <div class="quote-msg"> <div class="quote-author"><em>groovydude</em> wrote:</div> <p>I set my registration watchers for 2 accounts, though when a new user is registered it doesn't send any message.<br /> Is it sending something other then for an xmpp message, or are there other settings I have to set (like change from all to something else)? </p></div> <p>You didn't show how you configured this in ejabberd.cfg. You didn't say what ejabberd version you are using, and how you installed it.</p> <p>Also, check ejabberd log files, maybe they show some error message, either when starting ejabberd or when a new account is registered.</p> <div class="quote-msg"> <div class="quote-author"><em>groovydude</em> wrote:</div> <p>Also I was reading about erlang nodes but am still a little confused about this.<br /> If I wanted to set up 2 servers to talk with each other, allow them to talk to each other (users from server1 talk to users from server2) yet they would still have different names, is this possible and is this where the erlang nodes come in? </p></div> <p>Let's rethink the problem: you want to install the Jabber server on a machine, and serve two Jabber domains: example1.org and example2.com, right?</p> <p>Then you simply need this in ejabberd.cfg:</p> <pre>{hosts, ["example1.org", "example2.com"]}.</pre><p>Restart ejabberd, and configure DNS so that Jabber clients and other Jabber servers go to your machine. ejabberd will serve both hosts.</p> <p>You don't need ejabberd node clustering for this.</p> <div class="quote-msg"> <div class="quote-author"><em>groovydude</em> wrote:</div> <p>Also just as a side note, does anyone know where a list of examples are for the adhoc commands that can be used for server administration (Something like a list/list all command would be great for starters). </p></div> <p>Jabber clients will show you a list of the available commands. I tested with Psi, Gajim and Tkabber. Check <noindex><a href="http://badlop.blogspot.com/2007/08/ejabberd-gets-xep-0133-service.html" rel="nofollow" >this screenshot with Tkabber</a></noindex>.</p> Sun, 18 May 2008 15:52:35 +0000 mfoss comment 52412 at https://www.ejabberd.im