From 14ac7382c934e7bc844cb18a022334789f27eab7 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 30 Jun 2019 18:11:25 -0500 Subject: Added host-meta --- well-known/host-meta | 11 +++++++++++ well-known/host-meta.json | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 well-known/host-meta create mode 100644 well-known/host-meta.json diff --git a/well-known/host-meta b/well-known/host-meta new file mode 100644 index 0000000..f9d7fc3 --- /dev/null +++ b/well-known/host-meta @@ -0,0 +1,11 @@ +--- +path: /.well-known/host-meta +--- + + + + + + diff --git a/well-known/host-meta.json b/well-known/host-meta.json new file mode 100644 index 0000000..53e356f --- /dev/null +++ b/well-known/host-meta.json @@ -0,0 +1,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" + } + ] +} -- cgit v1.2.3-59-ga6da