Hello all, I'm hoping someone can help me with this "roadblock" I've come across on setting up an ejabberd server on Ubuntu 14.10. Everything was fine until I attempted to register a user in one of the domains I created in the config file. I first edited the /etc/hosts file like so:
127.0.0.1 localhost localhost
127.0.0.2 public.localhost public
127.0.0.3 private.localhost private
I then stopped the server:
/etc/init.d/ejabberd stop