]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - socialfy-another-domain/dot-well-known/webfinger/example@example.com.xml
e95662b6fe7817c848a6c593e790a2f7cd706fb3
[quix0rs-gnu-social.git] / socialfy-another-domain / dot-well-known / webfinger / example@example.com.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
3   <Subject>acct:username@example.com</Subject>
4   <Alias>acct:username@social.example.com</Alias>
5   <Alias>https://social.example.com/user/1</Alias>
6   <Link rel="http://webfinger.net/rel/profile-page"
7         type="text/html"
8         href="https://social.example.com/user/1"/>
9     
10   <Link rel="http://schemas.google.com/g/2010#updates-from"
11         type="application/atom+xml"
12         href="https://social.example.com/api/statuses/user_timeline/1.atom"/>
13     
14   <!-- Is this/was this ever supported?
15        <Link rel="http://microformats.org/profile/hcard"
16        type="text/html"
17        href="https://social.example.com/hcard"/> -->
18   
19   <Link rel="http://gmpg.org/xfn/11"
20         type="text/html"
21         href="https://social.example.com/user/1"/>
22     
23   <Link rel="describedby"
24         type="application/rdf+xml"
25         href="https://social.example.com/username/foaf"/>
26
27   <Link rel="http://salmon-protocol.org/ns/salmon-replies"
28         href="https://social.example.com/main/salmon/user/1"/>
29     
30   <Link rel="http://salmon-protocol.org/ns/salmon-mention"
31         href="https://social.example.com/main/salmon/user/1"/>
32     
33   <Link rel="http://ostatus.org/schema/1.0/subscribe"
34         template="https://social.example.com/main/ostatussub?profile={uri}"/>
35 </XRD>