aboutsummaryrefslogtreecommitdiffstats
path: root/well-known/host-meta
diff options
context:
space:
mode:
Diffstat (limited to 'well-known/host-meta')
-rw-r--r--well-known/host-meta11
1 files changed, 11 insertions, 0 deletions
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
+---
+
+<?xml version='1.0' encoding='utf-8'?>
+<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
+ <Link rel="urn:xmpp:alt-connections:xbosh"
+ href="{{ site.url }}:5280/bosh" />
+ <Link rel="urn:xmpp:alt-connections:websocket"
+ href="wss://{{ site.baseurl }}:443/ws" />
+</XRD>