Good people of StackOverflow, please help. I\'ve set up an ejabberd server on my ubuntu machine, added virtual host, set {access, register, [{allow, all}]}. and registered
Try with following changes in ejabberd.cfg.
%%{ip_access, [ %% {allow, "127.0.0.0/8"}, %% {deny, "0.0.0.0/0"}]}
along with -
%% In-band registration {access, register, [{allow, all}]}.
&
{mod_register, [ {access_from, register}, ... ]
I hope now it will work for you.