Skip to content

Latest commit

 

History

History
79 lines (40 loc) · 2.25 KB

protocols.md

File metadata and controls

79 lines (40 loc) · 2.25 KB

Protocols

RFC 6120 - Extensible Messaging and Presence Protocol (XMPP): Core

See @xmpp/client-core and @xmpp/component-core

Included in @xmpp/client and @xmpp/component


RFC 7590 - Use of Transport Layer Security (TLS) in the Extensible Messaging and Presence Protocol (XMPP)

See @xmpp/tls

Included in @xmpp/client


RFC 7622 - Extensible Messaging and Presence Protocol (XMPP): Address Format

See @xmpp/jid

Included in @xmpp/client and @xmpp/component


RFC 7395 - An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket

See @xmpp/websocket

Included in @xmpp/client


draft-cridland-xmpp-session-01 Here Lies Extensible Messaging and Presence Protocol (XMPP) Session Establishment

See @xmpp/session-establishment

Included in @xmpp/client


XEP-0368: SRV records for XMPP over TLS

See @xmpp/resolve

Included in @xmpp/client


XEP-0156: Discovering Alternative XMPP Connection Methods

See @xmpp/resolve

Included in @xmpp/client


XEP-0114: Jabber Component Protocol

See @xmpp/component-core

Included in @xmpp/component


XEP-0082: XMPP Date and Time Profiles

See @xmpp/time


XEP-0198: Stream Management

See @xmpp/stream-management