Hey Markus, On Tue, Jul 27, 2010 at 8:38 PM, Markus Sabadello <[email protected]> wrote: > 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. >
Looks like this went out to a few lists - not sure if you caught the other responses: host-meta discovery *does* actually work with HTTP URLs (sorta) - the issue is that we only accept the *canonical* URL for a user (in the $user->uri) - which in a single-user statusnet site is still http://foo.status.net/user/1 (*not* http://foo.status.net/) . This was actually one thing I had Eran clarify early on, though: host-meta is valid for HTTP URLs - not just webfinger acct: uris Cheers, -- James Walker :: http://walkah.net/ :: http://james.status.net/ _______________________________________________ StatusNet-dev mailing list [email protected] http://lists.status.net/mailman/listinfo/statusnet-dev
