protocol

来自「这是一个完全开放的」· 代码 · 共 110 行

TXT
110
字号
Protocol support----------------jabberd 2.0 is a server implementation of the eXtensible Messaging andPresence Protocol (XMPP), as published by the IETF. It also implementsseveral XMPP extensions documented by the Jabber Software Foundaion(JSF), and some legacy extensions that were implemented by itspredecessor, jabberd 1.4.This document lists the protocols supported by the server, and any notesrelating to the implementation.This is current as of 2003-11-03. The latest jabberd release at thistime is 2.0b3.XMPP----XMPP Core (draft-ietf-xmpp-core-19) Implemented, except for:  - SASL for s2s streams  - TLS for s2s streams  - Language support via xml:langXMPP IM (draft-ietf-xmpp-im-18) Implemented.JSF Extensions--------------Jabber Browsing (JEP-0011) Implemented by the session manager (mod_disco) as a wrapper around the service list used for Service Discovery. The configuration required to enable browsing is undocumented as browse is considered to be deprecated.Last Activity (JEP-0012) Implemented by the session manager (mod_iq_last).Message Expiration (JEP-0023) Implemented by the session manager (mod_offline).Service Discovery (JEP-0030) Implemented by the session manager (mod_disco). Administrative users will see extra nodes when doing a #items query - these nodes provide information about active users and sessions. New components becoming available are probed automatically, and if they are disco-aware, their information is added to the service list. Sub-entity item publishing is implemented seperately by mod_disco_publish.Private XML Storage (JEP-0049) Implemented by the session manager (mod_iq_private).vcard-temp (JEP-0054) Implemented by the session manager (mod_iq_vcard).In-band Registration (JEP-0077) Implemented by c2s.Non-SASL Authentication (JEP-0078) Implemented by c2s.Legacy Errors (JEP-0086) Implemented.Entity Time (JEP-0090) Implemented by the session manager (mod_iq_time).Delayed Delivery (JEP-0091) Implemented by the session manager.Software Version (JEP-0092) Implemented by the session manager (mod_iq_version).Agent Information (JEP-0094) Implemented by the session manager (mod_disco) as a wrapper around the service list used for Service Discovery.External Component Protocol (JEP-0114) Implemented by the router as a wrapper around the more featureful jabberd 2.0 component protocol.Legacy extensions (jabberd 1.4)-------------------------------Invisible presence Implemented by the session manager. Note that the JSF version of this as documented in JEP-0018 is substantially different to the traditional implementation.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?