aboutsummaryrefslogtreecommitdiff
path: root/juick-server/src/test/resources/webfinger.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-08 21:38:27 +0300
committerGravatar Vitaly Takmazov2018-11-08 21:38:27 +0300
commit7aaa3f9a29c280f01c677c918932620be45cdbd7 (patch)
tree39947b2c889afd08f9c73ba54fab91159d2af258 /juick-server/src/test/resources/webfinger.json
parent3ea9770d0d43fbe45449ac4531ec4b0a374d98ea (diff)
Merge everything into single Spring Boot application
Diffstat (limited to 'juick-server/src/test/resources/webfinger.json')
-rw-r--r--juick-server/src/test/resources/webfinger.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/juick-server/src/test/resources/webfinger.json b/juick-server/src/test/resources/webfinger.json
deleted file mode 100644
index 55f9e4f3..00000000
--- a/juick-server/src/test/resources/webfinger.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "subject": "acct:Gargron@mastodon.social",
- "aliases": [
- "https://mastodon.social/@Gargron",
- "https://mastodon.social/users/Gargron"
- ],
- "links": [
- {
- "rel": "http://webfinger.net/rel/profile-page",
- "type": "text/html",
- "href": "https://mastodon.social/@Gargron"
- },
- {
- "rel": "http://schemas.google.com/g/2010#updates-from",
- "type": "application/atom+xml",
- "href": "https://mastodon.social/users/Gargron.atom"
- },
- {
- "rel": "self",
- "type": "application/activity+json",
- "href": "https://mastodon.social/users/Gargron"
- },
- {
- "rel": "salmon",
- "href": "https://mastodon.social/api/salmon/1"
- },
- {
- "rel": "magic-public-key",
- "href": "data:application/magic-public-key,RSA.vXc4vkECU2_CeuSo1wtnFoim94Ne1jBMYxTZ9wm2YTdJq1oiZKif06I2fOqDzY_4q_S9uccrE9Bkajv1dnkOVm31QjWlhVpSKynVxEWjVBO5Ienue8gND0xvHIuXf87o61poqjEoepvsQFElA5ymovljWGSA_jpj7ozygUZhCXtaS2W5AD5tnBQUpcO0lhItYPYTjnmzcc4y2NbJV8hz2s2G8qKv8fyimE23gY1XrPJg-cRF-g4PqFXujjlJ7MihD9oqtLGxbu7o1cifTn3xBfIdPythWu5b4cujNsB3m3awJjVmx-MHQ9SugkSIYXV0Ina77cTNS0M2PYiH1PFRTw==.AQAB"
- },
- {
- "rel": "http://ostatus.org/schema/1.0/subscribe",
- "template": "https://mastodon.social/authorize_interaction?uri={uri}"
- }
- ]
-}