I am trying to build a chat application in ios. I came across XMPP for ios. I am bit confused on how to move forward. Here are my doubts:
- Do I need to create an XMPP server to implement this application?
- Or are there any existing servers/services which can be used for the same purpose?
Yes, XMPP library you found above is perfect to integrate chat in any iOS devices. Coming to your questions .
hope this helps...
Your question is confusing because you say "create" when you probably mean "host."
You certainly do not need to develop your own. You can set up one of many available XMPP servers, a fairly extensive list is here. There are both commercial products and open source ones.
There are also many publicly available ones that you can use. Two of the more popular today would be Google's gtalk and Facebook chat.
Your own use case is what really determines which path you should take. For publicly available servers all the users would have to be registered with those domains to use them.