i 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 checked 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?

link|improve this question

56% accept rate
feedback

1 Answer

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:

http://mercurial.selenic.com/downloads/

Usage:

http://code.google.com/p/xmppframework/wiki/IntroToFramework offers some good instructions on use

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.