@@ -327,12 +327,12 @@ sent to the room `!qporfwt:matrix.org`:
327
327
Federation maintains * shared data structures* per-room between multiple
328
328
homeservers. The data is split into ` message events ` and ` state events ` .
329
329
330
- Message events:
330
+ Message events:
331
331
These describe transient 'once-off' activity in a room such as an
332
332
instant messages, VoIP call setups, file transfers, etc. They generally
333
333
describe communication activity.
334
334
335
- State events:
335
+ State events:
336
336
These describe updates to a given piece of persistent information
337
337
('state') related to a room, such as the room's name, topic, membership,
338
338
participating servers, etc. State is modelled as a lookup table of
@@ -505,7 +505,7 @@ stable and unstable periodically for a variety of reasons, including
505
505
discovered security vulnerabilities and age.
506
506
507
507
Clients should not ask room administrators to upgrade their rooms if the
508
- room is running a stable version. Servers SHOULD use room version 6 as
508
+ room is running a stable version. Servers SHOULD use ** room version 6** as
509
509
the default room version when creating new rooms.
510
510
511
511
The available room versions are:
@@ -522,10 +522,11 @@ The available room versions are:
522
522
signing key validity periods.
523
523
- [ Version 6] ( /rooms/v6 ) - ** Stable** . Alters several
524
524
authorization rules for events.
525
+ - [ Version 7] ( /rooms/v7 ) - ** Stable** . Introduces knocking.
525
526
526
527
## Specification Versions
527
528
528
- The specification for each API is versioned in the form ` rX.Y.Z ` .
529
+ The specification for each API is versioned in the form ` rX.Y.Z ` .
529
530
- A change to ` X ` reflects a breaking change: a client implemented
530
531
against ` r1.0.0 ` may need changes to work with a server which
531
532
supports (only) ` r2.0.0 ` .
0 commit comments