Initial commit

This commit is contained in:
2022-12-10 20:40:42 +01:00
commit a342968da1
59 changed files with 6887 additions and 0 deletions

9
.well-known/host-meta Normal file
View File

@ -0,0 +1,9 @@
<?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://danwin1210.de:5281/http-bind" />
</XRD>
<XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>
<Link rel="urn:xmpp:alt-connections:websocket"
href="wss://danwin1210.de:5281/xmpp-websocket" />
</XRD>

View File

@ -0,0 +1,12 @@
{
"links": [
{
"rel": "urn:xmpp:alt-connections:xbosh",
"href": "https://danwin1210.de:5281/http-bind"
},
{
"rel": "urn:xmpp:alt-connections:websocket",
"href": "wss://danwin1210.de:5281/xmpp-websocket"
}
]
}

View File