|
|
@ -88,9 +88,10 @@ properties:
|
|
|
|
type: integer
|
|
|
|
type: integer
|
|
|
|
format: int64
|
|
|
|
format: int64
|
|
|
|
description: |-
|
|
|
|
description: |-
|
|
|
|
POSIX timestamp when the list of valid keys should be refreshed. This field MUST
|
|
|
|
POSIX timestamp in milliseconds when the list of valid keys should be refreshed.
|
|
|
|
be ignored in room versions 1, 2, 3, and 4. Keys used beyond this timestamp MUST
|
|
|
|
This field MUST be ignored in room versions 1, 2, 3, and 4. Keys used beyond this
|
|
|
|
be considered invalid, depending on the [room version specification](/rooms).
|
|
|
|
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
|
|
|
|
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
|
|
|
|
determining if a key is valid. This is to avoid a situation where an attacker
|
|
|
|