I have installed ejabberd in my local system with mysql using below reference link. i am using php for server side use.
Everything is working fine.
i am using This PHP script https://github.com/cweiske/xmpphp/
But problem is when i add user from ejabberd web admin it works perfect to send messages. but when i add user directly in the mysql users table, both user save in users table same format same way, but when i send message using directly added user name its not working.
Getting below errors in terminal
09:49:48.239 [error] Supervisor ejabberd_c2s_sup had child undefined started with {ejabberd_c2s,start_link,undefined} at <0.2500.0> exit with reason no function clause matching base64:decode_binary(<<>>, <<"×mø">>, 57, 58) line 368 in context child_terminated
15:22:43.281 [error] CRASH REPORT Process <0.5360.0> with 0 neighbours exited with reason: no function clause matching base64:decode_binary(<<>>, <<"×mø">>, 57, 58) line 368 in p1_server:terminate/7 line 878
Help me how ejabberd works with mysql users? Ejabberd save users data any other place ?