Good Morning,
I installed and configured ejabberd in Windows 2003 Server, i want more than one domain, here is what i had done, it starts without errors and i can login to the internal BD
{hosts, ["domain1.com", "domain2.com"]}.
Uncommented these lines:
{auth_method, internal}.
and...
{auth_method, odbc}.
Added these conf lines:
{host_config, "domain1.com", [{auth_method, internal}]}.
{host_config, "domain2.com", [{auth_method, odbc},
{odbc_server, {mysql, "localhost", 3306, "domain2", "user mysql", "password mysql"}} ]}.
I can save and login without problems on domain1 and register users and can authentificate, the problem is with domain2, where i can't login, save nor authenticat, i chequed the databases when i add a new user and it does save it (only on mysql), but on ejabberd web Domains menu it always print registered users 0 (Zero).
Help Please