-
Notifications
You must be signed in to change notification settings - Fork 3
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
Switch to ActivityPub for subscriptions #16
Comments
Is created a wiki page for discussing the details on how to implement this: https://github.com/hbz/skohub-pubsub/wiki/ActivityPub-based-SkoHub |
I overhauled the wiki page at https://github.com/hbz/skohub-pubsub/wiki/ActivityPub-based-SkoHub as I misunderstood a lot of things when writign the first version. Looking at Mastodon (by adding |
At our pre-WikidataCon meeting in Berlin, @literarymachine and me noticed that the server to server (S2S) communication is not well documented for ActivityPub, which was confirmed by @mayel in his response to my enquiry on Mastodon. Today, I again searched for some resources that could help us. The postman documentation for pubgate, a "Lightweight ActivityPub federator" seems very helpful to me if I am not mistaken. Furthermore, there is How to implement a basic ActivityPub server (we already looked at this in Berlin) and also the mastodon issue for adding Activitypub support is an interesting read. (On a side note: It became clear to me while searching for documentation that mostly only the S2S part of Activitypub is implemented while the client-to-server (C2S) part is rather neglected. See this Mastodon post with diagram: https://mstdn.io/@alexl/101489101844227113) |
Re. implementations to take a look at, these two make a good impression:
|
This post and the links to further posts also look promising: ActivityPub as it has been understood |
On mastodon, I was pointed to the recently established "SocialHub", a discourse instance for AcrtivityPub-related matters: https://socialhub.activitypub.rocks/ We should definitely post some problems/questions we have there. |
This is ready to be deployed on production. |
As there is a problem with our use of WebSub (see #11 (comment)) we will switch to ActivityPub as written in #11 (comment):
The text was updated successfully, but these errors were encountered: