]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - socialfy-your-domain/xrd/example@example.com.xml
Webfinger instructions were incomplete/erroneous -- now they are not.
[quix0rs-gnu-social.git] / socialfy-your-domain / xrd / example@example.com.xml
diff --git a/socialfy-your-domain/xrd/example@example.com.xml b/socialfy-your-domain/xrd/example@example.com.xml
new file mode 100644 (file)
index 0000000..b713efe
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
+  <Subject>acct:example@example.com</Subject>
+  <Alias>acct:example@social.example.com</Alias>
+  <Alias>http://social.example.com/user/1</Alias>
+  <Link rel="http://webfinger.net/rel/profile-page"
+        type="text/html"
+       href="http://social.example.com/user/1"/>
+    
+  <Link rel="http://schemas.google.com/g/2010#updates-from"
+       type="application/atom+xml"
+       href="http://social.example.com/api/statuses/user_timeline/1.atom"/>
+    
+  <!-- Is this/was this ever supported?
+       <Link rel="http://microformats.org/profile/hcard"
+       type="text/html"
+       href="http://social.example.com/hcard"/> -->
+  
+  <Link rel="http://gmpg.org/xfn/11"
+       type="text/html"
+       href="http://social.example.com/user/1"/>
+    
+  <Link rel="describedby"
+       type="application/rdf+xml"
+       href="http://social.example.com/username/foaf"/>
+
+  <Link rel="http://salmon-protocol.org/ns/salmon-replies"
+       href="http://social.example.com/main/salmon/user/1"/>
+    
+  <Link rel="http://salmon-protocol.org/ns/salmon-mention"
+       href="http://social.example.com/main/salmon/user/1"/>
+    
+  <Link rel="http://ostatus.org/schema/1.0/subscribe"
+       template="http://social.example.com/main/ostatussub?profile={uri}"/>
+</XRD>