I want to create web client for ejabberd. which module is used for that? Can I use ejabberd_xmlrpc module for that?
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
I want to create web client for ejabberd. which module is used for that? Can I use ejabberd_xmlrpc module for that?
To create a web client for
To create a web client for ejabberd, you need to use an XMPP client library in Javascript. You should have a look at Strophe and JSJAc.
Thanks...
Thanks...
A web client to connect to
A web client to connect to the XMPP service or a web client to administer the Ejabberd server? The former would mean you follow mremond's suggestion, and it wouldn't be specific to Ejabberd but would just be a general XMPP client. The latter is very different.