iOS Chat Client

I am working on the xmpp iOS chat client, I have developed application in which chat between two user are working fine. Now I want to load offline message for the user when he logs in the application. I want it when user go to the conversation screen with particular user. For example if A user receives message From B. And when user A login the app and start conversation with user B user A should see the old message also.

or if possible I would like to load the recent history from the server in xmpp iOS client.

If anyone has any link or document related xmpp framwork please let me know.

链接地址: http://www.djcxy.com/p/94168.html

上一篇: 通过xmpp或websocket进行即时消息传递

下一篇: iOS聊天客户端