在ios上实现与朋友聊天等聊天功能
我想向 iOS 应用程序添加类似于 Words With Friends 的聊天功能。是否有任何我可以依赖的库或者我需要从头开始编写它?
我有几个想法,但似乎都很昂贵: - 从头开始构建简单的聊天客户端服务器 - 托管 XMPP 服务器并将 XMPP 功能构建到客户端中 - 搭载 Google Talk 或 Facebook 聊天 -- Facebook Chat XMPP 协议不支持我需要的群聊 -- 没有足够多的人使用谷歌
I want to add chat functionality to an iOS app similar to what Words With Friends has. Are there any libraries that I can piggy back on or do I need to write it from scratch?
I got a couple of ideas, but all seem expensive:
- Build simple chat client server from scratch
- Host XMPP server and build XMPP functionality into client
- Piggyback on Google Talk or Facebook Chat
-- Facebook Chat XMPP protocol doesn't support group chat which I need
-- Not enough people use google
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,您必须从头开始编写它。我在应用商店写了一个群聊,我建议使用XMPP。
Unfortunately, you will have to write it from scratch. I've written an group chat in the app store and I suggest XMPP.