LIst of hubzilla hubs federating with diaspora

giac hellvecio
 my house near the sea,  
Working  on this: https://start.hubzilla.org/wiki/jamie/LIst%2Bof%2Bhubzilla%2Bhubs%2Bfederating%2Bwith%2Bdiaspora/Home

cc @Hubzilla Support Forum+  @New Here+

#federation #diaspora and #friendica (hubzilla uses diaspora protocol also for federation with friendica)
Zachary Dunn
  
All updated mastodon instances use activitypub for federation between themselves and only use ostatus when federating to gnusocial instances. I'm not sure of the version where this switch happened, but instances not updated to that version would still use ostatus solely.
Raphael Pallavicini
  
If I understand https://github.com/w3c/activitypub/issues/228 correctly activitypub is implemented by MediaGoblin....

My understanding is that:

    OStatus is a decentralized social networking protocol made up of several other protocols (Atom feeds, Activity Streams, PubSubHubbub, Salmon, and WebFinger)
        GNU Social and Mastodon are two server software applications that implement OStatus
    pump.io API is an interface to the pump.io server software (Activity Streams, OAuth, Web Host Metadata)
        identi.ca is a pump.io instance (not accessible right now), GNU MediaGoblin is a server application that currently uses a pump-like API
    ActivityPub is a proposed decentralized social networking protocol
        GNU MediaGoblin is a server application that will likely implement ActivityPub

How do these protocols interoperate? Does ActivityPub completely replace OStatus, or only the Activity Streams component?
Thndr
  
AFIAK Mediagoblin did have a GSOC 2017 goal for ActivityPub but it doesn't look like it was worked on as the Savanna git's federation branch was last committed to 22 months ago.
http://git.savannah.gnu.org/cgit/mediagoblin.git/

I've been hoping for some interaction with ActivityPub, but at least since they use PostgreSQL at the very least the database itself can store JSON in the same format ActivityPub sends
It's just a matter of someone coding it.