this post was submitted on 02 Sep 2024
32 points (97.1% liked)

Fediverse

27805 readers
265 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

From a practical sense, ActivityPub may be the obvious choice as it gives easier interop with the largest federated platforms.

But what else? There are existing platforms built on these protocols, such as movim for xmpp, and another for matrix I forget.

From a technical standpoint, are there any major pros and cons?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 5 points 1 week ago (1 children)

XMPP via its pubsub implementation could function similar to ActivityPub, but that part of XMPP is a bit neglected as few apps use it for anything more complex. XMPP's real strength is in real-time communication and I think it's good to stick with that.

[โ€“] [email protected] 1 points 1 week ago

Is it really neglected though? There are dedicated extensions for it, and movim.eu uses it without issues.

XMPP's real strength is in real-time communication

It's an extensible communication protocol and has been extended to many use cases, and has a good track record of performing well and handling extensions well. I'd argue this makes it a better candidate than activityPub.

In a parallel universe, we may have had less federation issues had we gone xmpp!