My current understanding is that status.net does support LRDD on the profile
page just fine. It only uses the Link: header method instead of the
host-meta one.
This is also consistent with OStatus Discovery:
http://ostatus.org/sites/default/files/ostatus-1.0-draft-1-specification.html#anchor9

Not sure why I was even trying the host-meta method in the first place,
guess I was just curious if it would work.

Markus

On Tue, Jul 27, 2010 at 5:21 PM, Hellekin O. Wolf <[email protected]>wrote:

> On Mon, Jul 26, 2010 at 12:58:55PM -0700, Markus Sabadello wrote:
> > Hi there,
> >
> > Trying to do LRDD on http://danube.status.net/
> >
> > Hoorray I find the following at
> > http://danube.status.net/.well-known/host-meta:
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"; xmlns:hm="
> > http://host-meta.net/xrd/1.0";>
> >   <hm:Host>danube.status.net</hm:Host>
> >   <Link rel="lrdd" 
> > template="http://danube.status.net/main/xrd?uri={uri}<http://danube.status.net/main/xrd?uri=%7Buri%7D>
> ">
> >     <Title>Resource Descriptor</Title>
> >   </Link>
> > </XRD>
> >
> > So I try to fetch the following
> > http://danube.status.net/main/xrd?uri=http%3A%2F%2Fdanube.status.net%2F
> >
> > But I get 404 :(
> >
> > Shouldn't I be getting an XRD with at least links to 1. the feed, and 2.
> the
> > profile page?
> >
> *** As far as I know, status.net / identi.ca only support the
> WebFinger method at the moment.  I hit the same issue today while
> working on lorea.org.  But using u...@host (actually user@) will work.
>
> I'm not certain that's a good thing, as there's nothing at the moment
> for the APIs (Salmon, OAuth...) to infer the username from the URI
> they get.
>
> But anyway, Caedes changed a bit of the Lorea OStatus module for Elgg
> to match Status.net behavior.
>
> Cheers,
>
> ==
> hk
>
_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to