Add xmpp alternative connection methods
This commit is contained in:
parent
556e14486e
commit
8b5507196a
6
.well-known/host-meta
Normal file
6
.well-known/host-meta
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?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="https://reim.ar:5281/http-bind" />
|
||||||
|
<Link rel="urn:xmpp:alt-connections:websocket" href="wss://reim.ar:5281/xmpp-websocket" />
|
||||||
|
</XRD>
|
||||||
|
|
6
.well-known/host-meta.json
Normal file
6
.well-known/host-meta.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"links": [
|
||||||
|
{ "rel": "urn:xmpp:alt-connections:xbosh", "href": "https://reim.ar:5281/http-bind" },
|
||||||
|
{ "rel": "urn:xmpp:alt-connections:websocket", "href": "wss://reim.ar:5281/xmpp-websocket" }
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user