Merge branch 'main' into refresh_token_spec
This commit is contained in:
commit
84747f90e8
37 changed files with 179 additions and 87 deletions
|
@ -38,6 +38,10 @@ properties:
|
|||
Present if, and only if, this event is a *state* event. The key making
|
||||
this piece of state unique in the room. Note that it is often an empty
|
||||
string.
|
||||
|
||||
State keys starting with an `@` are reserved for referencing user IDs, such
|
||||
as room members. With the exception of a few events, state events set with a
|
||||
given user's ID as the state key MUST only be set by that user.
|
||||
type: string
|
||||
example: '@user:example.org'
|
||||
sender:
|
||||
|
|
|
@ -114,7 +114,7 @@ paths:
|
|||
|
||||
Some example error codes include:
|
||||
|
||||
* `M_INVALID_PARAMETER`: One or more aliases within the `m.room.canonical_alias`
|
||||
* `M_INVALID_PARAM`: One or more aliases within the `m.room.canonical_alias`
|
||||
event have invalid syntax.
|
||||
|
||||
* `M_BAD_ALIAS`: One or more aliases within the `m.room.canonical_alias` event
|
||||
|
|
|
@ -88,9 +88,10 @@ properties:
|
|||
type: integer
|
||||
format: int64
|
||||
description: |-
|
||||
POSIX timestamp when the list of valid keys should be refreshed. This field MUST
|
||||
be ignored in room versions 1, 2, 3, and 4. Keys used beyond this timestamp MUST
|
||||
be considered invalid, depending on the [room version specification](/rooms).
|
||||
POSIX timestamp in milliseconds when the list of valid keys should be refreshed.
|
||||
This field MUST be ignored in room versions 1, 2, 3, and 4. Keys used beyond this
|
||||
timestamp MUST be considered invalid, depending on the
|
||||
[room version specification](/rooms).
|
||||
|
||||
Servers MUST use the lesser of this field and 7 days into the future when
|
||||
determining if a key is valid. This is to avoid a situation where an attacker
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
"content": {
|
||||
"version" : 0,
|
||||
"call_id": "12345",
|
||||
"lifetime": 60000,
|
||||
"answer": {
|
||||
"type" : "answer",
|
||||
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue