forked from friendica/friendica
-
Notifications
You must be signed in to change notification settings - Fork 1
ActivityStreams
annando edited this page Jan 3, 2015
·
5 revisions
Friendica is using ActivityStreams in version 1.0 for its activities and object types. Additional types are using for non standard activities.
See http://activitystrea.ms/head/activity-schema.html
- http://activitystrea.ms/schema/1.0/like
- Description: likes a message ("I like the post")
- http://purl.org/macgirvin/dfrn/1.0/dislike
- Description: dislike a message ("I don't like the post")
- http://activitystrea.ms/schema/1.0/make-friend
- Description: someone started to share with user (mostly OStatus)
- http://activitystrea.ms/schema/1.0/request-friend
- Description: New friend request
- http://activitystrea.ms/schema/1.0/remove-friend
- Description: lose friend
- http://activitystrea.ms/schema/1.0/follow
- Description: someone started to follow the user (mostly OStatus)
- http://activitystrea.ms/schema/1.0/stop-following
- Description: lose follower
- http://activitystrea.ms/schema/1.0/join
- Description: Join a group
- http://activitystrea.ms/schema/1.0/post
- Description: Creates a new message.
- http://activitystrea.ms/schema/1.0/update
- Description: Updates an existing message.
- http://activitystrea.ms/schema/1.0/tag
- Description: Adds a tag to a message of another user.
- http://activitystrea.ms/schema/1.0/favorite
- Description: mark a post as favourite
- http://purl.org/zot/activity/poke
- Description: Pokes an user.
- http://purl.org/zot/activity/mood
- Description: The sender's mood.
- http://activitystrea.ms/schema/1.0/bookmark
- Description: Item is a bookmark
- http://activitystrea.ms/schema/1.0/comment
- Description: A comment to an item
- http://activitystrea.ms/schema/1.0/note
- Description: Default type for items
- http://activitystrea.ms/schema/1.0/person
- Description: Defines a person (used with verbs like ACTIVITY_FRIEND)
- http://activitystrea.ms/schema/1.0/image
- Description: Item contains an image
- http://activitystrea.ms/schema/1.0/photo
- Description: Used for photos that are stored on the server
- http://activitystrea.ms/schema/1.0/video
- Description: Item contains a video link
- http://activitystrea.ms/schema/1.0/event
- Description: Item is an event
- http://activitystrea.ms/schema/1.0/group
- Description: Describes a group (used with ACTIVITY_JOIN)
- http://purl.org/macgirvin/dfrn/1.0/tagterm
- Description: Used in conjunction with ACTIVITY_TAG to tag items.
- http://purl.org/macgirvin/dfrn/1.0/profile
- Description: Describes a profile. Used with ACTIVITY_UPDATE to send profile updates to the followers.