From 4ed25e8ce31e36e8f7f7480e1b6c8fb8227a7721 Mon Sep 17 00:00:00 2001 From: sininenkissa <158344138+sininenkissa@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:41:44 +0000 Subject: [PATCH] Add providers file, host-meta and host-meta.json (#11) * Create /page/xmpp * Fix inconsistent name for XMPP contacts * Add link to /page/xmpp in index.html * Requested changes in Pull Request - Fix Wikipedia link - Ari is not an owner of the service * Requested changes in Pull Request - Better wording for /page/xmpp link * replace occurances of 'Matrix' with 'XMPP' * Fix minor spelling mistake i noticed * Fix minor spelling mistake here too * add instructions on how to reset password * fix update date * remove unnecessary files * add hydrogen as admin * forgot to close tag * ok maybe im not that good at writing html * add xmpp compliance badge * Add hydrogen's matrix id and replace "homeserver" with "server" * Create placeholder * Add files via upload * Delete .well-known/placeholder * Update xmpp-provider-v2.json * Create host-meta.json * Create host-meta --------- Co-authored-by: Ari Archer --- .well-known/host-meta | 10 ++++++++++ .well-known/host-meta.json | 12 ++++++++++++ .well-known/xmpp-provider-v2.json | 24 ++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 .well-known/host-meta create mode 100644 .well-known/host-meta.json create mode 100644 .well-known/xmpp-provider-v2.json 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