this post was submitted on 03 Mar 2024
28 points (91.2% liked)
Privacy
31991 readers
636 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I thought push notifications were inherently not private, since they all go through Google or Apple as the case may be.
It depends on the distributor:
https://unifiedpush.org/users/distributors
And how much info they collect. I understand the ntfy requires is really bare minimum compared to what GCM/FCM asks and collects.
On mobile, it's sort of a needed if you one doesn't wand to use GCM/FCM which is really bad privacy wise, and particularly needed on peer to peer applications, because they tend to drain the battery...
Some other benefit is that for those who can, they can self-host ntfy, nextcloud with unified push provider, and so on...
On the list of apps supporting unifid push, I even see element (matrix), but I don't identify any xmpp one:
https://unifiedpush.org/users/apps
Note that Prosody has a UnifiedPush community module that is simple to enable. This can save you from running one extra specialized server & one extra always-on connection provided you were already runnnig an XMPP server.
It feels a bit like a Scooby Doo reveal when you use Prosody + a Conversation fork seeing UnifiedPush is all powered by XMPP since it accomplishes the same task of a push-based messaging.