mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-13 14:44:10 +02:00
fill in some of the other sections
This commit is contained in:
parent
f9a00fc943
commit
4842a718d8
|
|
@ -132,10 +132,18 @@ convention.
|
||||||
|
|
||||||
## Tradeoffs
|
## Tradeoffs
|
||||||
|
|
||||||
## Potential issues
|
Rather than broadcasting verification requests to Bob's devices, Alice could
|
||||||
|
simply send an `m.key.verification.start` request to a single device. However,
|
||||||
|
this would require Alice to choose the right device to send to, which may be
|
||||||
|
hard for Alice to do if, for example, Bob has many devices, or if his devices
|
||||||
|
have similar names.
|
||||||
|
|
||||||
## Security considerations
|
## Security considerations
|
||||||
|
|
||||||
|
An attacker could try to spam a user with verification requests. Clients
|
||||||
|
should take care that such requests do not interfere with a user's use of the
|
||||||
|
client.
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
||||||
This proposal presents common event definitions for use by key verification
|
This proposal presents common event definitions for use by key verification
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue