Can anyone help me with this problem - i nead configure ejabberd with mssql suppor via odbc, but when i set auth method as odbc
when i try to run ejabberd i have a error:
** {'module could not be loaded',[{ejabberd_odbc,escape,["sdf"]},
{ejabberd_auth_odbc,try_register,3},
{mod_register,try_register,3},
{mod_register,process_iq,3},
{ejabberd_c2s,wait_for_auth,2},
{gen_fsm,handle_msg,7},
{proc_lib,init_p,5}]}
ejabberd is not tested
ejabberd's odbc support is not tested against mssql. Only PostgreSQL is tested. So it is possible that there are issues with mssql. I think it is the best that you re-ask your question on the mailinglist (or in the MUC room when Alexey is online).
--
sander
The author forgot to put
The author forgot to put Makefile to odbc directory. So odbc support isn't built by default.
and how can i build ejabber
and how can i build ejabber with odbc support ??