Jump to content

Instant Messaging

From Glowiki
Revision as of 14:24, 16 July 2025 by Bacalhau (talk | contribs) (IM Solutions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Instant messaging (IM) is a technology that allows messages to be transmitted instantly. This article will focus on comparing features and privacy concerns between IM solutions.

IM Solutions

IM can be found in social media apps like Discord, Instagram, Whatsapp, Telegram and many others but its usually thru the use of a protocol. The most common protocol for IM is XMPP, though other options exist like IRC and WebRTC.

Privacy Concerns

On every IM solution there will always be data stored on the server about their users and messages, and some might not even have end-to-end encryption, which makes it harder to have a private conversation over the internet. Furthermore, some servers might leak metadata which in some cases can be enough to track an individual.

Software Comparison

Software E2EE Federated License Data Collected Metadata
XMPP Optional (OMEMO/PGP) Yes Depends on server/client JID (Jabber ID)
messages (can be encrypted)
timestamps
IP (depends on server)
Message history (depends on server config)
JID
Client name
Presence
Matrix Optional (MEGOLM) Yes Depends on server/client Matrix user ID
Email (depends on server)
IP adress
timestamps
IP addresses
Presence
Everyone present in the room
Signal Yes (signal protocol) No AGPL-3.0 (server), GPL3 (client and protocol) IP adress
Phone Number
timestamp of last connection
contacts (hashed)
date of registration

References

XMPP

Matrix

Signal

Metadata