matrix-org / matrix-org/matrix.org
Update e2e guide to reflect what the spec says about which olm session to use
Open
@uhoreg is already working on this.
Since Oct 22, 2018.
guides
- Dominant language
- JavaScript
- Stars
- 616
- Forks
- 463
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 19
Description
When there are multiple olm sessions with the same device, the client should use the session that it most recently received a message on (unless it is specifically starting a new session), and should expire old sessions.
See the bottom of https://matrix.org/docs/spec/client_server/r0.4.0.html#m-olm-v1-curve25519-aes-sha2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.