how to implement live chat in iphone using XMPP framework? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questioni want to implement chat functionality in my iphone application.For that i want to use XMPP framework.for that i have checked the tutorial how to integrate xmapp in phone application. http://code.google.com/p/xmppframework/wiki/iPhone but from where can i download xmpp framework i have checke开发者_开发技巧d this link in google code http://code.google.com/p/xmppframework/downloads/list but there are no download available.can anyone also suggest tutorial or any sample code that builds chat application using xmpp?
Installation:
you can download the framework from here
http://code.google.com/p/xmppframework/source/checkout using a mercurial client for your OS.
or
download files individually from
http://code.google.com/p/xmppframework/source/browse/
After this use
http://code.google.com/p/xmppframework/wiki/iPhone
to install the sdk
For the mercurial client:
https://www.mercurial-scm.org/downloads/
Usage:
http://code.google.com/p/xmppframework/wiki/IntroToFramework offers some good instructions on use
精彩评论