mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-25 20:14:09 +02:00
Compare commits
3 commits
54ce2ce540
...
1b6197f998
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b6197f998 | ||
|
|
9c014a9045 | ||
|
|
b47858b981 |
|
|
@ -0,0 +1 @@
|
||||||
|
Clarify SAS commitment calculation for `m.key.verification.accept` messages.
|
||||||
|
|
@ -82,6 +82,18 @@ paths:
|
||||||
examples:
|
examples:
|
||||||
response:
|
response:
|
||||||
value: {}
|
value: {}
|
||||||
|
"413":
|
||||||
|
description: At least one device message is too large to fit in a single EDU.
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
$ref: definitions/errors/error.yaml
|
||||||
|
examples:
|
||||||
|
response:
|
||||||
|
value: {
|
||||||
|
"errcode": "M_TOO_LARGE",
|
||||||
|
"error": "device message to @test:example.com too large to fit in a single EDU"
|
||||||
|
}
|
||||||
tags:
|
tags:
|
||||||
- Send-to-Device messaging
|
- Send-to-Device messaging
|
||||||
servers:
|
servers:
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,8 @@ properties:
|
||||||
description: |-
|
description: |-
|
||||||
The hash (encoded as unpadded base64) of the concatenation of the device's
|
The hash (encoded as unpadded base64) of the concatenation of the device's
|
||||||
ephemeral public key (encoded as unpadded base64) and the canonical JSON
|
ephemeral public key (encoded as unpadded base64) and the canonical JSON
|
||||||
representation of the `m.key.verification.start` message.
|
representation of the `content` object of the `m.key.verification.start`
|
||||||
|
message.
|
||||||
m.relates_to:
|
m.relates_to:
|
||||||
$ref: m.key.verification.m.relates_to.yaml
|
$ref: m.key.verification.m.relates_to.yaml
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue