aboutsummaryrefslogtreecommitdiffstats
path: root/well-known/host-meta.json
blob: 53e356fe58dc556929fb71a6842ee0cca545dd09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
path: /.well-known/host-meta.json
---

{
  "links": [
    {
      "rel": "urn:xmpp:alt-connections:xbosh",
      "href": "{{ site.url }}:5280/bosh"
    },
    {
      "rel": "urn:xmpp:alt-connections:websocket",
      "href": "wss://{{ site.baseurl }}:443/ws"
    }
  ]
}