Jump to content

Instant Messaging: Difference between revisions

From Glowiki
Bacalhau (talk | contribs)
Bacalhau (talk | contribs)
Line 5: Line 5:


==Privacy Concerns==
==Privacy Concerns==
On every IM solution there will always be metadata stored on every message, and some might not even have end-to-end encryption, which makes it harder to have a private conversation over the internet.
On every IM solution there will always be metadata 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.
 
The table bellow compares the privacy concerns of IM solution. Metadata shared, E2EE, if its federated, if its open source (clients and/or servers)


==Software Comparison==
{| class="wikitable"
{| class="wikitable"
! Software !! E2EE !! Federated !! License !! Metadata
! Software !! E2EE !! Federated !! License !! Metadata

Revision as of 20:16, 11 July 2025

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 metadata 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.

Software Comparison

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