[转]XMPP协议及其扩展详解

370 阅读2分钟

原文

基本的jabber客户端必须实现以下标准协议(XEP-0211)

1、RFC3920 Core tools.ietf.org/html/rfc392…

2、RFC3921 Instant Messaging and Presence tools.ietf.org/html/rfc392…

3、XEP-030 Service Discovery www.xmpp.org/extensions/…

4、XEP-0115 Entity Capabilities www.xmpp.org/extensions/…

基本的jabber服务器必须实现以下标准协议(XEP-0212)

1、RFC3920 Core tools.ietf.org/html/rfc392…

2、RFC3921 Instant Messaging and Presence tools.ietf.org/html/rfc392…

3、XEP-030 Service Discovery www.xmpp.org/extensions/…

一、注册

XEP-0077 In-Band Registration www.xmpp.org/extensions/…

二、登录

XEP-0020 Software Version www.xmpp.org/extensions/…

三、好友列表

XEP-0083 Nested Roster Groups www.xmpp.org/extensions/…

1、获取好友列表

2、存储好友列表

XEP-0049 Private XML Storage www.xmpp.org/extensions/…

3、备注好友信息

XEP-0145 Annotations www.xmpp.org/extensions/…

4、存储书签

XEP-0048 Bookmark Storage www.xmpp.org/extensions/…

5、好友头像

XEP-0008 IQ-Based Avatars www.xmpp.org/extensions/…

XEP-0084 User Avatar www.xmpp.org/extensions/…

XEP-0054 vcard-temp www.xmpp.org/extensions/…

四、用户状态

RFC-3921 Subscription States www.ietf.org/rfc/rfc3921…

五、文本消息

1、在线消息

2、离线消息

XEP-0013 Flexible Offline Message Retrieval www.xmpp.org/extensions/…

XEP-0160 Best Practices for Handling Offline Messages www.xmpp.org/extensions/…

XEP-0203 Delayed Delivery www.xmpp.org/extensions/…

3、聊天状态通知

XEP-0085 Chat State Notifications www.xmpp.org/extensions/…

六、群组聊天

1、XEP-0045 Multi-User Chat www.xmpp.org/extensions/…

七、文件传输

1、XEP-0095 Stream Initiation www.xmpp.org/extensions/…

2、XEP-0096 File Transfer www.xmpp.org/extensions/…

3、XEP-0065 SOCKS5 Bytestreams www.xmpp.org/extensions/…

4、XEP-0215 STUN Server Discovery for Jingle www.xmpp.org/extensions/…

5、RFC-3489 STUN tools.ietf.org/html/rfc348…

八、音视频会议

1、XEP-0166 Jingle www.xmpp.org/extensions/…

2、XEP-0167 Jingle Audio via RTP www.xmpp.org/extensions/…

3、XEP-0176 Jingle ICE Transport www.xmpp.org/extensions/…

4、XEP-0180 Jingle Video via RTP www.xmpp.org/extensions/…

5、XEP-0215 STUN Server Discovery for Jingle www.xmpp.org/extensions/…

6、RFC-3489 STUN tools.ietf.org/html/rfc348…

九、用户查询

XEP-0055 Jabber Search www.xmpp.org/extensions/…

十、用户保活 (peakflys增加)

XEP-0199 Ping xmpp.org/extensions/…

整体:

一、协议数据交互

XEP-0004 Data Forms www.xmpp.org/extensions/…

二、jabber-RPC

XEP-0009 Jabber-RPC www.xmpp.org/extensions/…

三、功能协商

XEP-0020 Feature Negotiation www.xmpp.org/extensions/…

四、服务发现

XEP-0030 Service Discovery www.xmpp.org/extensions/…

五、会话建立

XEP-0116 Encrypted Session Negotiation www.xmpp.org/extensions/…

XEP-0155 Stanza Session Negotiation www.xmpp.org/extensions/…

XEP-0201 Best Practices for Message Threads www.xmpp.org/extensions/…