go-fed / activity

ActivityStreams & ActivityPub in golang, oh my!
BSD 3-Clause "New" or "Revised" License
702 stars 111 forks source link

Add more vocabularies #121

Closed cjslep closed 4 years ago

cjslep commented 4 years ago

For example, Mastodon uses in its context:

"@context":["https://www.w3.org/ns/activitystreams",{"ostatus":"http://ostatus.org#","atomUri":"ostatus:atomUri","inReplyToAtomUri":"ostatus:inReplyToAtomUri","conversation":"ostatus:conversation","sensitive":"as:sensitive","Hashtag":"as:Hashtag","toot":"http://joinmastodon.org/ns#","Emoji":"toot:Emoji","focalPoint":{"@container":"@list","@id":"toot:focalPoint"},"blurhash":"toot:blurhash"}]

This will need to solve the WellKnownAlias TODO. Not difficult just a pain.

cjslep commented 4 years ago

With a narrow slice of the security vocab in, forgefed done, and a separate issue for the toot vocabulary: going to mark this as closed.