Comment on Reliable messenger for family use?
stratself@lemdro.id 1 week agoHi, ntfy/another unified push backend is the third party
Comment on Reliable messenger for family use?
stratself@lemdro.id 1 week agoHi, ntfy/another unified push backend is the third party
WhyJiffie@sh.itjust.works 6 days ago
well, that’s true, the reason for that is battery efficiency. the chat client does not need to be awaken constantly to receive notifications, a lightweight app can do that which will wake up the chat client when needed. fewer long term network connections, lower idle memory usage, faster routines handling the bare minimum
stratself@lemdro.id 6 days ago
yeah, it’s consuming. I believe a big part of this is due to Matrix’s HTTP sync-polling being more expensive than simply maintaining a TCP stream (which is what XMPP does)
In fact, since XMPP syncs in the background so well, I use Conversations as a UnifiedPush backend for Matrix. You can find another article here as well