iChat 如何开始对话?
我想知道 iChat 使用哪种协议与 LAN 中的其他客户端开始对话?
是SIP吗?还是SIP+XMPP? 使用 SIP 启动会话并与 XMPP 交换消息? 多谢!
I want to know which protocol does iChat use to start a conversation with other client in LAN ?
is it SIP? or SIP + XMPP?
start a session with SIP and exchange message with XMPP?
thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它使用 Bonjour、XMPP,但使用 多播 DNS 用于存在和点对点连接而不是服务器。该协议由 Apple 设计,然后由 XMPP 标准基金会公开记录为 XEP-0174:无服务器消息传递。
It uses Bonjour, XMPP but using multicast DNS for presence, and peer-to-peer connections instead of a server. The protocol was designed by Apple and then openly documented by the XMPP Standards Foundation as XEP-0174: Serverless Messaging.
所以,我现在明白了ichat是如何工作的。 DSN-SD + XEP-0174。
不幸的是,XEP-0174 没有任何 java 库,但连接是基于套接字的。
感谢大家的关注。
So, I understand how does ichat work now. DSN-SD + XEP-0174.
unfortunately there isn't any java library for XEP-0174, but the connection is based on socket.
thanks for everyone's attention.