this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add well-known files for XMPP

yemou 7654d43f 0ee2a116

+19
+7
.well-known/host-meta
··· 1 + <?xml version='1.0' encoding='utf-8'?> 2 + <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'> 3 + <Link rel="urn:xmpp:alt-connections:xbosh" 4 + href="https://butwho.org:5443/bosh" /> 5 + <Link rel="urn:xmpp:alt-connections:websocket" 6 + href="wss://butwho.org:5443/ws" /> 7 + </XRD>
+12
.well-known/host-meta.json
··· 1 + { 2 + "links": [ 3 + { 4 + "rel": "urn:xmpp:alt-connections:xbosh", 5 + "href": "https://butwho.org:5443/bosh" 6 + }, 7 + { 8 + "rel": "urn:xmpp:alt-connections:websocket", 9 + "href": "wss://butwho.org:5443/ws" 10 + } 11 + ] 12 + }