diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-28 17:41:12 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-28 17:41:12 +0200 |
commit | ca40dda04c114c32ca9ecfe5f998a083448a189c (patch) | |
tree | a7a4623bed6769ca6387c857ef33b093412d0138 /test/fixtures/webfinger.xml | |
parent | 59d4cc60364fd1abf5cbc881e88757b378456b64 (diff) | |
download | pleroma-ca40dda04c114c32ca9ecfe5f998a083448a189c.tar.gz pleroma-ca40dda04c114c32ca9ecfe5f998a083448a189c.zip |
Add some basic webfingering.
Diffstat (limited to 'test/fixtures/webfinger.xml')
-rw-r--r-- | test/fixtures/webfinger.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/fixtures/webfinger.xml b/test/fixtures/webfinger.xml new file mode 100644 index 000000000..4cde42e3f --- /dev/null +++ b/test/fixtures/webfinger.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> + <Subject>acct:shp@social.heldscal.la</Subject> + <Alias>https://social.heldscal.la/user/29191</Alias> + <Alias>https://social.heldscal.la/shp</Alias> + <Alias>https://social.heldscal.la/index.php/user/29191</Alias> + <Alias>https://social.heldscal.la/index.php/shp</Alias> + <Link rel="http://webfinger.net/rel/profile-page" type="text/html" href="https://social.heldscal.la/shp"/> + <Link rel="http://gmpg.org/xfn/11" type="text/html" href="https://social.heldscal.la/shp"/> + <Link rel="describedby" type="application/rdf+xml" href="https://social.heldscal.la/shp/foaf"/> + <Link rel="http://apinamespace.org/atom" type="application/atomsvc+xml" href="https://social.heldscal.la/api/statusnet/app/service/shp.xml"/> + <Link rel="http://apinamespace.org/twitter" href="https://social.heldscal.la/api/"/> + <Link rel="http://specs.openid.net/auth/2.0/provider" href="https://social.heldscal.la/shp"/> + <Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="https://social.heldscal.la/api/statuses/user_timeline/29191.atom"/> + <Link rel="magic-public-key" href="data:application/magic-public-key,RSA.wQ3i9UA0qmAxZ0WTIp4a-waZn_17Ez1pEEmqmqoooRsG1_BvpmOvLN0G2tEcWWxl2KOtdQMCiPptmQObeZeuj48mdsDZ4ArQinexY2hCCTcbV8Xpswpkb8K05RcKipdg07pnI7tAgQ0VWSZDImncL6YUGlG5YN8b5TjGOwk2VG8=.AQAB"/> + <Link rel="salmon" href="https://social.heldscal.la/main/salmon/user/29191"/> + <Link rel="http://salmon-protocol.org/ns/salmon-replies" href="https://social.heldscal.la/main/salmon/user/29191"/> + <Link rel="http://salmon-protocol.org/ns/salmon-mention" href="https://social.heldscal.la/main/salmon/user/29191"/> + <Link rel="http://ostatus.org/schema/1.0/subscribe" template="https://social.heldscal.la/main/ostatussub?profile={uri}"/> +</XRD> |