registration_timeout in ejabberd.yml file

Even though I have the configured value:

  registration_timeout: infinity

I can still see the value 600 being used inside my running ejabberd intance:

    Timeout = ejabberd_config:get_option(
                registration_timeout,
                fun(TO) when is_integer(TO), TO > 0 ->
                        TO;
                   (infinity) ->
                        infinity;
                   (unlimited) ->
                        infinity
                end, 600),
    ?INFO_MSG("Timeout value retrieved : ~p\n", [Timeout]),

And the log print for that is:

2014-06-27 20:47:08.509 [info] <0.640.0>@mod_register:check_timeout:568 Timeout value retrieved : 600

Any help/advice most welcome.

I seem to be facing the same

I seem to be facing the same issue... did anyone face any luck with fixing it?

Do you have more details ?

Do you have more details ? What is exactly the issue ? Because we tried and it works fine for us, so it is likely something incorrect in your config. The comment you posted on is old and the issue was fix long ago.

Syndicate content