下面收集了開發即時通信工具,如AIM、ICQ(Oscar 協議)以及Jabber(XMPP協議)的iOS客戶端程序的一些開源,能夠直接使用或者參考:
Oscar協議開發庫LibOrange:https://github.com/unixpickle/LibOrange
基於LibOrange庫開啊的AIM/ICQ消息通信工具:https://github.com/chrisballinger/Off-the-Record-iOS
XMPP協議Objective-C框架:http://code.google.com/p/xmppframework/
一些開發教程:
如何開發Jabber iOS客戶端:https://github.com/funkyboy/Building-a-Jabber-client-for-iOS
Building A Jabber Client For iOS: Server Setup
Building a Jabber Client for iOS: Interface Setup
Building a Jabber Client for iOS: XMPP Setupios
IOS即時通訊git
大神bloggithub