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"
8 href="https://social.example.com/user/1"/>
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"/>
14 <!-- Is this/was this ever supported?
15 <Link rel="http://microformats.org/profile/hcard"
17 href="https://social.example.com/hcard"/> -->
19 <Link rel="http://gmpg.org/xfn/11"
21 href="https://social.example.com/user/1"/>
23 <Link rel="describedby"
24 type="application/rdf+xml"
25 href="https://social.example.com/username/foaf"/>
27 <Link rel="http://salmon-protocol.org/ns/salmon-replies"
28 href="https://social.example.com/main/salmon/user/1"/>
30 <Link rel="http://salmon-protocol.org/ns/salmon-mention"
31 href="https://social.example.com/main/salmon/user/1"/>
33 <Link rel="http://ostatus.org/schema/1.0/subscribe"
34 template="https://social.example.com/main/ostatussub?profile={uri}"/>