mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +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>
10 lines
310 B
XML
10 lines
310 B
XML
<?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://xmpp.ari.lt/http-bind" />
|
|
<Link rel="urn:xmpp:alt-connections:websocket"
|
|
href="wss://xmpp.ari.lt/xmpp-websocket" />
|
|
...
|
|
</XRD>
|
|
|