iOS中的Gtalk实现 [英] Gtalk implementation in iOS

查看:127
本文介绍了iOS中的Gtalk实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有什么办法可以在iOS应用程序中实现Gtalk,我只想创建一个应用程序,用户只需用他/她的Gmail帐户登录,然后与在他聊天列表中的人聊天。



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

预先感谢

解决方案

Google Talk使用 < (Extensible Messaging and Presence Protocol,可扩展消息和存在协议)。您可以使用例如 XMPPFramework 框架来实施它。此框架在XMPP基金会网站上列出。


XMPPFramework 提供RFC-3920(xmpp
标准)的核心实现,以及读取&写XML。


查看 iOS入门指南。它包含一个示例iOS项目。



此外,请查看 Google Talk开发者文档。有一个部分叫做:我想建立一个连接到Google Talk服务的客户端,它描述了你应该采取的实现客户端的步骤。


Is there any way to implement Gtalk in iOS application,i just want to create an application, in which user can simply login with his/her gmail account and, chat with those people who are in his chat list.

if any one know how to do this, then please help me.

thanks in advance

解决方案

Google Talk uses XMPP (Extensible Messaging and Presence Protocol). You can use for example the XMPPFramework framework to implement it. This framework is listed on a XMPP Foundation website.

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

Check out the Getting Started Guide for iOS. It contains an example iOS project.

Furthermore, have a look into Google Talk Developer Documentation. There is a section called: I want to build a client that connects to the Google Talk service which describes steps you should take to implement a client.

这篇关于iOS中的Gtalk实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆