I have configure ejabberd server 2.1.10 with mysql database integration,mod_admin_extra module and mod_xmlrpc module.
Issues is ejaberd admin commands like add_rosteritem, delete_rosteritem are notworking with xml_rpc. When we use direct command line like,
*root@ejabberdserver:~# ejabberdctl add_rosteritem admin domain.com karthik domain.com karthik none both*
it will work and store in to database.
but same command does not work with xml_rpc. xml_rpc does not return any error, it retun {ok,{response,[0]}} But it does't store database.
Any permission issue?
Any body please help!!!!!