@mcc I don't think it's super well supported across software, or even internally in software, like mastodon would probably take @example.com and make it @example.com@example.com
So I don't think anyone is currently using it
Forum federato con il resto del mondo. Non contano le istanze, contano le persone
@mcc I don't think it's super well supported across software, or even internally in software, like mastodon would probably take @example.com and make it @example.com@example.com
So I don't think anyone is currently using it
Like, an interesting thing I learned today is that all requests for custom feeds are actually proxied through your PDS in AT Proto, like there's a full on proxy endpoint implementation.
ActivityPub also has a "proxy endpoint" though much less defined
That "authentication" could just be HTTP Message Signatures, but it could also be much more advanced OAuth bearer tokens using JWTs and stuff
Also, extending this with "how does feed gen get data" could be via FASP protocol
Oh, wait a minute, I just roughly described how bluesky's feed-gen services work.
Here's a thought: custom feeds for ActivityPub would just be collections requested with cursor pagination parameters & authentication via the proxy.
Like, nothing says your collection needs to serve the same content to all requestors, likewise, you don't even need to serve the same content to the same requestor