菜鸟教程小白 发表于 2022-12-12 09:07:53

ios - iOS 中的 Gtalk 实现


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

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

<p>提前致谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>Google Talk 使用 <strong> <a href="http://en.wikipedia.org/wiki/XMPP" rel="noreferrer noopener nofollow">XMPP</a> </strong>(可扩展消息传递和存在协议(protocol))。例如,您可以使用 <a href="https://github.com/robbiehanson/XMPPFramework" rel="noreferrer noopener nofollow"><strong>XMPPFramework</strong></a>框架来实现它。该框架在 XMPP 基金会 <a href="http://xmpp.org/xmpp-software/libraries/" rel="noreferrer noopener nofollow">website</a> 上列出.</p>

<blockquote>
<p><strong>XMPPFramework</strong> provides a core implementation of RFC-3920 (the xmpp
standard), along with the tools needed to read &amp; write XML.</p>
</blockquote>

<p>查看 <a href="https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS" rel="noreferrer noopener nofollow">Getting Started Guide for iOS</a> .它包含一个示例 iOS 项目。</p>

<p>此外,请查看 <a href="https://developers.google.com/talk/talk_developers_home?csw=1" rel="noreferrer noopener nofollow">Google Talk Developer Documentation</a> .有一个部分称为:<em>我想构建一个连接到 Google Talk 服务的客户端</em>,其中描述了实现客户端应采取的步骤。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - iOS 中的 Gtalk 实现,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/22865340/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/22865340/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - iOS 中的 Gtalk 实现