friendica / friendica

Friendica Communications Platform
https://friendi.ca
GNU Affero General Public License v3.0
1.41k stars 332 forks source link

Accept AP events with Invite activity #10149

Open git-marijus opened 3 years ago

git-marijus commented 3 years ago

It turns out Friendica accepts events from Hubzilla when sent with a Create activity. When they are sent with an Invite activity (that is what Hubzilla actually does) they are being dismissed.

Why Invite?

It makes sense in combination with e.g. Accept, TentativeAccept or Reject. See here for an example: https://www.w3.org/TR/activitystreams-vocabulary/#dfn-accept

annando commented 3 years ago

AFAIK Mobilizon does use AP as well and does support events. What are they using? I would like to have all agree on a single vocabulary.

git-marijus commented 3 years ago

Mobilizon uses Create also. I have opened an issue there: https://framagit.org/framasoft/mobilizon/-/issues/682

annando commented 3 years ago

I'm totally open for accepting different "styles". But I'm unsure what to send. Possibly the W3C people could help here as well.