I would like to implement chat functionality in my app. I found XMPPframework which looks like what I am searching for. Since this uses xmpp protocol to run the chat, will this be installed on windows server?
Also the server guys in our team approached me for using of signalr objective c framework which uses websockets. Since server is windows, does I need to go with sigalr objective c framework? Signalr can be found in github.
Thanks