Skip to content

Commit

Permalink
protocols: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Nov 23, 2019
1 parent a8fe23c commit 68196e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,39 @@ Included in [`@xmpp/client`](packages/client)

See [`@xmpp/jid`](packages/jid)

Included in `@xmpp/client` and `@xmpp/component`
Included in [`@xmpp/client`](packages/client) and [`@xmpp/component`](packages/component)

---

[RFC 7395](https://tools.ietf.org/html/rfc7395) - An Extensible Messaging and Presence Protocol (XMPP) Subprotocol for WebSocket

See [`@xmpp/websocket`](packages/websocket)

Included in `@xmpp/client`
Included in [`@xmpp/client`](packages/client)

---

[draft-cridland-xmpp-session-01](https://tools.ietf.org/html/draft-cridland-xmpp-session-01) Here Lies Extensible Messaging and Presence Protocol (XMPP) Session Establishment

See [`@xmpp/session-establishment`](packages/session-establishment)

Included in `@xmpp/client`
Included in [`@xmpp/client`](packages/client)

---

[XEP-0368](https://xmpp.org/extensions/xep-0368.html): SRV records for XMPP over TLS

See [`@xmpp/resolve`](packages/resolve)

Included in `@xmpp/client`
Included in [`@xmpp/client`](packages/client)

---

[XEP-0114](https://xmpp.org/extensions/xep-0114.html): Jabber Component Protocol

See [`@xmpp/component-core`](packages/component-core)

Included in `@xmpp/component`
Included in [`@xmpp/component`](packages/component)

---

Expand Down

0 comments on commit 68196e2

Please sign in to comment.