i want to create android and iphone chat app, and i want to use XMPP using Nodejs. so i don't know about how node-xmpp-server will communicate with android app.
can node-xmpp-server can communicate with android app? if yes than, how can i create simple node-xmpp-server and simple android app that both can communicate.
i want use nodejs, xmpp and android if you have any other solution please let me know.
i have idea about socket.io but i dont want to use that.
please guide me, thank you in advance.
If you are opting node.js at ur server then I would suggest you to use Socket.io which is a better fit for chat apps onnode.io. it provides client support libraries for android aswell. have a look at this and this.