ejabberd - Comments for "ejabberdctl register problem from .rb script" https://www.ejabberd.im/node/1496 en Maybe this patch that prints https://www.ejabberd.im/node/1496#comment-3631 <p>Maybe this patch that prints the arguments will help you to debug the problem:</p> <pre>--- ejabberd_ctl.erl (revisión: 751) +++ ejabberd_ctl.erl (copia de trabajo) @@ -70,6 +70,7 @@ ?STATUS_SUCCESS; process(["register", User, Server, Password]) -&gt; + io:format("register this: ~p, ~p, ~p.~n", [User, Server, Password]), case ejabberd_auth:try_register(User, Server, Password) of {atomic, ok} -&gt; ?STATUS_SUCCESS; @@ -209,6 +210,7 @@ process(Args) -&gt; case ejabberd_hooks:run_fold(ejabberd_ctl_process, false, [Args]) of false -&gt; + io:format("Not processed: ~p.~n", [Args]), print_usage(), ?STATUS_USAGE; Status -&gt;</pre> Sat, 28 Apr 2007 22:29:05 +0000 mfoss comment 3631 at https://www.ejabberd.im