diff --git a/.well-known/host-meta b/.well-known/host-meta new file mode 100644 index 0000000..97f4251 --- /dev/null +++ b/.well-known/host-meta @@ -0,0 +1,10 @@ + + + ... + + + ... + + diff --git a/.well-known/host-meta.json b/.well-known/host-meta.json new file mode 100644 index 0000000..3c38b99 --- /dev/null +++ b/.well-known/host-meta.json @@ -0,0 +1,12 @@ +{ +"links": [ + { + "rel": "urn:xmpp:alt-connections:xbosh", + "href": "https://xmpp.ari.lt/http-bind" + }, + { + "rel": "urn:xmpp:alt-connections:websocket", + "href": "wss://xmpp.ari.lt/xmpp-websocket" + } +] +} diff --git a/.well-known/xmpp-provider-v2.json b/.well-known/xmpp-provider-v2.json new file mode 100644 index 0000000..c2e4a7f --- /dev/null +++ b/.well-known/xmpp-provider-v2.json @@ -0,0 +1,24 @@ +{ + "website": { + "en": "https://ari.lt/page/xmpp" + }, + "alternativeJids": [], + "busFactor": 1, + "organization": "private person", + "passwordReset": { + "en": "https://ari.lt/page/xmpp#registration" + }, + "serverTesting": true, + "maximumHttpFileUploadTotalSize": 0, + "maximumHttpFileUploadStorageTime": 14, + "maximumMessageArchiveManagementStorageTime": 14, + "professionalHosting": false, + "freeOfCharge": true, + "legalNotice": { + "en": "https://ari.lt/page/xmpp#privacy" + }, + "serverLocations": [ + "de" + ], + "since": "2024-02-14" +} \ No newline at end of file