I want to create instant messaging for a mobile application like whatsapp , with nodejs as my backend. I went through the XMPP protocols and read the xmpp.org documentation.
I referred to the link , and I can create some of the core XMPP strong> features, such as creating and messaging users. But I still cannot implement the full XMPP functionality in nodejs .
So: are there node js libaries to create the full functionality of the xmpp protocol, such as asmack ? Alternatively, how do I send calls to the XMPP server via XML ?
source share