Email or username:

Password:

Forgot your password?
Darius Kazemi

As someone who creates ActivityPub services, it's often a puzzle to figure out exactly how someone else's service federates. Like, what does service X do when I send it a Delete/Note activity?

In an attempt to be a good citizen, I've drafted up a FEDERATION.md file for my fediverse event organizing service I'm working on. Here it is:

github.com/dariusk/gathio/blob

I've also started a meta-discussion about how we might start documenting this stuff generally:

socialhub.activitypub.rocks/t/

No comments
Sebastian Lasse, redaktor.me

@darius

Having a question about events being actors

'id':`https://${domain}/${eventID}`,
'type': 'Person'
-> The spec. says "Represents an individual person"

I would rather expect "Service"
or ["Service", "Event"]

See "The core Actor Types include"
w3.org/TR/activitystreams-voca

charlag

@darius when I worked on kibou I wanted to write down how Masto does things and I never managed to

marius

@darius do you really send Delete/Event in your requests instead of Delete/EventID ? That seems like a terrible data redundancy.

Go Up