Rahul Kalidindi
Rahul Kalidindi

Reputation: 4736

How to develop a jabber client

I am using the asmack library in Android to develop a Jabber client which enables users to chat between themselves by connecting to the xmpp server. I want to achieve the same in iPhone too which connects to the server and chatting can be done among users.

I want to know if there are any libraries like asmack for iPhone which enables me to connect to the server and i can perform chatting among the users.

Please suggest if there are any other alternatives.

Upvotes: 1

Views: 1470

Answers (1)

Joe Hildebrand
Joe Hildebrand

Reputation: 10414

You'll find a list of XMPP libraries at the XSF site. In particular, the C libraries or the Objective-C one might be a good fit.

Upvotes: 2

Related Questions