Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在浏览一些文章,发现聊天客户端主要是p2p。如果 Google Talk 是一个 p2p 客户端,那么它如何将我们的聊天记录保存在 Gmail 中?
简单的答案是,音频从一个浏览器流式传输到另一个浏览器,中间没有使用 Jingle 协议的任何服务器。
因此,文本聊天和音频聊天等内容是点对点的,而所有其他功能均由 Google 服务器提供。
他自己聊天使用 Jabber (XMPP),但对话日志会自动保存到用户 Gmail 帐户中的聊天区域。这意味着聊天涉及三方(您的计算机、您的伙伴计算机和 Google 的 Gmail 服务器集群)