mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
4ed25e8ce3
* 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 <ari.web.xyz@gmail.com>
12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|