XMPP框架集成指南

XMPP框架集成指南

问题描述:

我想使用XMPP框架为iPhone创建聊天客户端应用程序..但是,我没有在这方面找到太多材料。XMPP框架集成指南

我刚刚从下面的链接安装了XMPP框架。

https://github.com/robbiehanson/XMPPFramework 

我也有我的XMPP服务器信息,但我不知道如何在iOS中使用它?

任何人都可以告诉我从iOS应用程序开始整合的步骤吗?

预先感谢您

以下是一些您可以按照学习文章和github上凸出的。

[Objective-C] https://code.tutsplus.com/tutorials/building-a-jabber-client-for-ios-interface-setup--mobile-7188 这是一篇旧文章,但您会对如何使用它有个好主意。

[夫特] https://github.com/processone/xmpp-messenger-ios

[夫特] http://shubhank101.github.io/iOSAndroidChaosOverFlow/2016/08/Chat-Application-Using-XMPP-Swift-Tutorial