Hi,
I begin with ejabberd and i need to make a web client based on AJAX and DOJO.
I want to know if it’s possible or not for a client to make get or post requests on ejabberd and that the ejabberd answer in JSON ?
I know that i need to write some ejabberd modules to do that but, is it possible to do such a thing?
Maybe i could use another solution but the problem is that the client could not parse easily XMPP. So i may use a servlet which communicate with the client (client-> servlet: post | servlet -> client:JSON) and which listen to the server, using SMACK api, but is it a good way?
Sorry for my poor english :-s , i hope you understand my problem and i thank you to tell me all ideas you could have on that topic.
