Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you use Offer and a CRUD activity together? #29

Open
mielvds opened this issue Aug 3, 2022 · 1 comment
Open

Can you use Offer and a CRUD activity together? #29

mielvds opened this issue Aug 3, 2022 · 1 comment
Milestone

Comments

@mielvds
Copy link
Contributor

mielvds commented Aug 3, 2022

In the case where you want deltas processed by a service, you might want to indicate that it's an as:Update, but also expect an acknowledgement. Currently, an as:Accept can only be send in response to an offer.

  1. Does the spec allow something like
{ 
    "@context": "https://www.w3.org/ns/activitystreams",
    "id": "http://acme.org/events/alice/0F402B08-F676-40EE-9D4B-480B3F985B65",
    "type": ["Create", "Offer"],
    ...
}

and if so, what should the rules wrt to object be?

  1. Should we make any changes of clarify things in the spec?
@phochste phochste added this to the 0.0.2 milestone Aug 24, 2022
@phochste
Copy link
Contributor

In the meeting of august 24 2022 , we discussed this use case and concluded that the current spec and AS2 doesn't forbid these combinations. But, it is not a typical use case and not really in the spirit of AS2 which typically described only one activity (not I did this, that and that) with the possibility specify with an extension a more detailed activity ( 'Create' + "ArtisticCreation').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants