this post was submitted on 07 Dec 2024
80 points (90.8% liked)

Fediverse

28630 readers
777 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 2 years ago
MODERATORS
 

Since we are in the fediverse, I think it would be convenient to have a fediverse-wide resolvable fediverse URI scheme, that would look like so:

fediverse://

edit: Found a relevant FEP: https://codeberg.org/fediverse/fep/src/branch/main/fep/07d7/fep-07d7.md

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 4 days ago (1 children)

Apps (at least on android, no idea both iOS) could claim support for the protocol. Removing the need to claim hundreds or thousands of addresses.

[–] [email protected] 4 points 4 days ago (2 children)

By "claiming addresses" you mean domains? Or what?

You mean because the address in the fediverse scheme would be domain-independent? How in the world would that work? How would it know what to connect to? You're proposing something completely different than ActivityPub at least.

[–] [email protected] 8 points 4 days ago

On android, when you click a link that has an association with an app you get the choice to open the app instead of being redirected to the website. Example picture of boost with a few dozen urls Right now every app developer for the fediverse needs to maintain a list of instances for this. If you had a protocol instead you would only need to specify the one.

[–] [email protected] 2 points 4 days ago* (last edited 4 days ago) (1 children)

Look up what a URL schema is. Examples include https (obviously handled by your browser), ftp, mailto, ms-word etc. The mailto one is most well-known for letting you choose between in-browser (Gmail etc.) and native (Thunderbird, Outlook etc.) options on desktop and mobile. There does not need to be a formal protocol and port, it's just a way to signal support for a kind of content via URL.

[–] [email protected] 3 points 4 days ago (1 children)

Okay, sure you could have apps open links to external posts, as the app would know that it would need to fetch the post by searching the URL (switched with a HTTPS scheme). I can kinda see the point of that. I'm not sure the fediverse and ActivityPub is really super mature enough for that yet. For instance you can't fetch Mastodon posts from Lemmy.

[–] [email protected] 1 points 2 days ago (1 children)

For instance you can't fetch Mastodon posts from Lemmy.

Having a standard URL scheme would precisely help us develop ActivityPub clients and get rid of application-specific servers.

[–] [email protected] 1 points 2 days ago

Doesn't change the fact that Lemmy does not support posts outside of communities.