Build a chat application using google accounts in ios using xmpp or any other framwork [closed]

StackOverflow https://stackoverflow.com/questions/20416850

質問

I m new in ios and i have to make a simple chat app using or fetching gmail accounts in my app.I already saw the mobile.tutsplus tutorial.But he is using his own server ejabbered.But i have to use the gtalk or gmail server.I found that i have to use the XMPP framework for that. Please tell me that how to use this XMPP framework or any other if that is better.If u have any sample app using XMPP pleaseshow.

Thanks in advance.

役に立ちましたか?

解決

Using XMPP is very good and easy approch.By using this you can get Buddy list and presence status of the Buddies.

To use XMPP first you need to add XMPP framework to your project and you need to import some class and need to call some delegate methods.Follow the below Tutorial for integrating the XMPP in your project.

https://github.com/robbiehanson/XMPPFramework

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top