OGeek|极客世界-中国程序员成长平台

标题: ios - iOS 中的 Gtalk 实现 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 09:07
标题: ios - iOS 中的 Gtalk 实现

有什么方法可以在 iOS 应用程序中实现 Gtalk,我只想创建一个应用程序,用户可以在其中简单地使用他/她的 gmail 帐户登录并与聊天列表中的人聊天。

如果有人知道如何做到这一点,请帮助我。

提前致谢



Best Answer-推荐答案


Google Talk 使用 XMPP (可扩展消息传递和存在协议(protocol))。例如,您可以使用 XMPPFramework框架来实现它。该框架在 XMPP 基金会 website 上列出.

XMPPFramework provides a core implementation of RFC-3920 (the xmpp standard), along with the tools needed to read & write XML.

查看 Getting Started Guide for iOS .它包含一个示例 iOS 项目。

此外,请查看 Google Talk Developer Documentation .有一个部分称为:我想构建一个连接到 Google Talk 服务的客户端,其中描述了实现客户端应采取的步骤。

关于ios - iOS 中的 Gtalk 实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22865340/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://ogeek.cn/) Powered by Discuz! X3.4