Conversation
Notices
-
@herrabre StatusNet let you register someone.status.net in '09 or something.
-
@zash Everyone can't register their own domain name because then they have to become admins. It is not user appealing.
-
@zash "What, you mean I have to pay a bill????? FUCK YOU I'LL JUST USE FACETUBE"
-
@HerraBRE !OStatus (via /.well-known/host-meta and LRDD such as #WebFinger) lets you create aliases on any given domain name. Your alias in !OStatus is just like #WebID, any random string. However, implementations seem to assume it should be a full WebFinger ID such as acct:mmn@hethane.se (which is actually just the human-friendly way to address a lookup endpoint).
The main issue is that the aliases/redirects need to live for as long as people remember the old identifier. Which is likely to be indefinitely.
-
@rysiek I used #CAcert. It was easier than #LetsEncrypt for a long time.
-
@clacke doesn't nรคtter what the default for a WebFinger request is because the RFC states that the client MUST provide content type negotiation.
That's why the fallback default for !gnusocial is an XRD, because it's much more parsable.
And yes host-meta lookup was unfortunately removed but that doesn't matter since WebFinger can still reply with proper offsite URLs for the various feeds, such as updates-from etc.
-
@clacke Thank you, that was sort of my point .]