ios - Gtalk 在 iOS 中的实现

标签 ios gmail chat xmppframework

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

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

提前致谢

最佳答案

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 - Gtalk 在 iOS 中的实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22865340/

相关文章:

iOS 重定向到设置主页

email - 使用 Gmail API 发送的邮件中缺少附件,但仅适用于收件人

iOS Tableview Controller 键盘偏移量(里面的示例项目)

java - 聊天服务器 : what's the best(optimized) way to save a conversation log

php - 如何用 PHP 实现真正快速的网络聊天?

ios - 如何在 iOS 应用程序中撤销/取消/注销 "Location Services"

ios - AFNetworking 1.3.1 图像下载responseObject 为nil

ios - Xcode 8 "the aps-environment entitlement is missing from the app' s signature"on submit

laravel - 为什么 AWS SES 邮件仅从良好的 gmail.com 地址退回?

.net - 如何通过 gmail 将整个 .Net 项目作为附件发送?