We are creating a site on which we are trying to develop a chat application, we have already created it using a comet, however, due to speed factors, we decided to do it in XMPP.
However, if you live and live in HTML5, as well as about new websockets technologies, should we leave XMPP and try to do this with Websockets?
So my questions are:
I can make a mobile application and connect it to XMPP on my server, is there a way to connect to the web chat chat application via phone? (For example, the Smack library for Android, is there something similar for website-based web applications?
Is there an alternative if the user uses the old browser for chat based web chat?
Who has the most overhead and which technology is faster or better?
In addition, you can say that XMPP is a proven technology, do you still need many libraries? For example, Strophe.js flXHR, etc. Right? But isn't HTML5 built for this type of thing without eternal libraries, etc.
Hello,
source share