]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - socialfy-another-domain/dot-well-known/webfinger/example@example.com.xml
Remove Google References
[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   <!-- Is this/was this ever supported?
11        <Link rel="http://microformats.org/profile/hcard"
12        type="text/html"
13        href="https://social.example.com/hcard"/> -->
14
15   <Link rel="http://gmpg.org/xfn/11"
16         type="text/html"
17         href="https://social.example.com/user/1"/>
18
19   <Link rel="describedby"
20         type="application/rdf+xml"
21         href="https://social.example.com/username/foaf"/>
22
23   <Link rel="http://salmon-protocol.org/ns/salmon-replies"
24         href="https://social.example.com/main/salmon/user/1"/>
25
26   <Link rel="http://salmon-protocol.org/ns/salmon-mention"
27         href="https://social.example.com/main/salmon/user/1"/>
28
29   <Link rel="http://ostatus.org/schema/1.0/subscribe"
30         template="https://social.example.com/main/ostatussub?profile={uri}"/>
31 </XRD>