mod_register does not work

Hi,
I've recently configured a ejabberd server. Connecting and messaging works fine, but I don't know how users can add their own accounts.

I already modified my config file to this:

{access, register, [{allow, all}]}.
{5222, ejabberd_c2s, [
                        {access, c2s},
                        {shaper, c2s_shaper},
                        {max_stanza_size, 131072},
                        %%zlib,
                        starttls, {certfile, "/etc/ejabberd/ejabberd.pem"}
                       ]},

as well as

{mod_register, [{{access_from, all}, {mod_register, [{access, register}]},
welcome_message, {"Welcome!", "Hi.\nWelcome to this Jabber server.\n Check http://www.jabber.org\n\nBye"}}]},

I tried to register on my server with the Mac Jabber client "Adium". However, I don't recieve a registration window and nothing is appended to the ejabberd log file. What am I doing wrong?

Greetings,
Cosmo

Syndicate content