Save those precious bytes
This commit is contained in:
parent
ad1d7e56d6
commit
103f13762b
3 changed files with 3 additions and 50 deletions
|
@ -1,12 +1 @@
|
|||
{
|
||||
"links": [
|
||||
{
|
||||
"rel": "urn:xmpp:alt-connections:xbosh",
|
||||
"href": "https://xmpp.samtherapy.net/http-bind"
|
||||
},
|
||||
{
|
||||
"rel": "urn:xmpp:alt-connections:websocket",
|
||||
"href": "wss://xmpp.samtherapy.net/xmpp-websocket"
|
||||
}
|
||||
]
|
||||
}
|
||||
{"links":[{"rel":"urn:xmpp:alt-connections:xbosh","href":"https://xmpp.samtherapy.net/http-bind"},{"rel":"urn:xmpp:alt-connections:websocket","href":"wss://xmpp.samtherapy.net/xmpp-websocket"}]}
|
||||
|
|
|
@ -1,10 +1 @@
|
|||
{
|
||||
"names": {
|
||||
"sam": "19279f92ae69bfa6df89438eeea81dae0f96af5dc4da225d7e081fc8f44d017a"
|
||||
},
|
||||
"relays": {
|
||||
"19279f92ae69bfa6df89438eeea81dae0f96af5dc4da225d7e081fc8f44d017a": [
|
||||
"wss://relay.froth.zone"
|
||||
]
|
||||
}
|
||||
}
|
||||
{"names":{"_":"19279f92ae69bfa6df89438eeea81dae0f96af5dc4da225d7e081fc8f44d017a","sam":"19279f92ae69bfa6df89438eeea81dae0f96af5dc4da225d7e081fc8f44d017a"},"relays":{"19279f92ae69bfa6df89438eeea81dae0f96af5dc4da225d7e081fc8f44d017a":["wss://relay.froth.zone"]}}
|
||||
|
|
|
@ -1,28 +1 @@
|
|||
{
|
||||
"aliases": [
|
||||
"https://froth.zone/users/sam",
|
||||
"https://fedi.samtherapy.net/users/SamTherapy"
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https://froth.zone/users/sam",
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"type": "text/html"
|
||||
},
|
||||
{
|
||||
"href": "https://froth.zone/users/sam",
|
||||
"rel": "self",
|
||||
"type": "application/activity+json"
|
||||
},
|
||||
{
|
||||
"href": "https://froth.zone/users/sam",
|
||||
"rel": "self",
|
||||
"type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
|
||||
},
|
||||
{
|
||||
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
||||
"template": "https://froth.zone/ostatus_subscribe?acct={uri}"
|
||||
}
|
||||
],
|
||||
"subject": "acct:sam@froth.zone"
|
||||
}
|
||||
{"aliases":["https://froth.zone/users/sam","https://fedi.samtherapy.net/users/SamTherapy"],"links":[{"href":"https://froth.zone/users/sam","rel":"http://webfinger.net/rel/profile-page","type":"text/html"},{"href":"https://froth.zone/users/sam","rel":"self","type":"application/activity+json"},{"href":"https://froth.zone/users/sam","rel":"self","type":"application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""},{"rel":"http://ostatus.org/schema/1.0/subscribe","template":"https://froth.zone/ostatus_subscribe?acct={uri}"}],"subject":"acct:sam@froth.zone"}
|
||||
|
|
Loading…
Reference in a new issue