MS IZ small webfinger bug fixes
This commit is contained in:
parent
6bab2fedc8
commit
45abeb2346
1 changed files with 3 additions and 2 deletions
|
|
@ -2,9 +2,10 @@
|
|||
<XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0">
|
||||
<Subject>acct:<%=@user.email%></Subject>
|
||||
<Alias><%=@user.url%></Alias>
|
||||
<Link rel="http://webfinger.net/rel/profile-page" type="text/html" href="<%=@user.url%>public/profile"/>
|
||||
<!--<Link rel="http://webfinger.net/rel/profile-page" type="text/html" href="<%=@user.url%>public/profile"/>
|
||||
<Link rel="http://schemas.google.com/g/2010#updates-from" type="application/atom+xml" href="<%=@user.url%>status_messages.atom"/>
|
||||
<Link rel="http://microformats.org/profile/hcard" type="text/html" href="<%@user.url%>public/hcard"/>
|
||||
<Link rel="http://ostatus.org/schema/1.0/subscribe" template="http://identi.ca/main/ostatussub?profile={uri}"/>
|
||||
</XRD>
|
||||
--!>
|
||||
</XRD>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue