Refactor and remove non-used sections.

pull/3813/head
uranuspucksaxophone 2 years ago committed by No
parent f7d5558059
commit 0559a9546c

@ -1,5 +1,6 @@
# MSC3813: Obfuscated events
## Introduction
Currently, event content can be end-to-end encrypted, but the metadata cannot. This means that if
someone inspects the Matrix homeservers, they can see in what rooms one is most active, and at what
time they are most active.
@ -7,11 +8,6 @@ time they are most active.
We propose that clients send "dummy" events from time to time, at random intervals and times, in
random rooms to obfuscate the user's online times and relationships. It is mainly intended to
imitate the structure of two-sided conversations.
## Proposal
TBD
### Introduction
TBD
### Events
We add the following types of events:
@ -69,12 +65,8 @@ The keepalive message that imitates the structure of a conversation.
Clients MUST negotiate to exchange obfuscated events before sending the keepalive messages.
### Server behaviour
TBD
## Potential issues
TBD
## Alternatives
TBD
## Security considerations
The events MUST be sent in end-to-end encrypted rooms.

Loading…
Cancel
Save