tags:

views:

313

answers:

2

I want to implement chat application for iphone.but dont know how to start this applicaton can u advice me for that?

A: 

I would recommend downloading the Stanford iPhone Course from iTunesU. They cover a wide range of information and build a Twitter application as the class project.

MarkPowell
+1  A: 

You can implement the XMPP Standard (it used in Google Talk and Jabber). You can use this Objective C Lib for example

Baget