David Baker
ea056a77be
Clarify who can answer
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-17 10:06:25 +01:00
David Baker
1023399997
Fix hangup reasons
2023-05-17 10:05:25 +01:00
David Baker
5b8e3ef92a
Capitalise
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-17 09:48:43 +01:00
David Baker
70d7c36cd8
Remove unnecessary parts from link
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-17 09:46:46 +01:00
David Baker
ea3cbec3cb
Linkify
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-17 09:46:16 +01:00
David Baker
a6c2cf2515
Tense, typos & grammar
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-17 09:45:25 +01:00
David Baker
1fda1ec52c
Change tense
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-17 09:43:49 +01:00
David Baker
af22989a24
Fix reason in hangup/reject
2023-05-04 12:30:18 +01:00
David Baker
c079875928
Add newsfragment
2023-05-04 12:29:59 +01:00
David Baker
a7f5b8f8f4
Fix type of other version fields, fix anchor.
2023-05-04 12:20:53 +01:00
David Baker
e741e3a7af
Typos
2023-05-04 12:16:52 +01:00
David Baker
6a058d0423
Revert changes to package lock
2023-05-04 12:11:56 +01:00
David Baker
2801c6f5a5
Add other sections
2023-05-04 12:09:39 +01:00
David Baker
ecb30706bf
Add m.call.negotiate
2023-05-04 12:00:13 +01:00
David Baker
78719b4391
Add new reason codes to hangup & reject
2023-05-04 10:45:19 +01:00
David Baker
d9bd32d687
Convert hangup & reject events to YAML
...
So we can have a bulleted list in the description for the values
of 'reason'.
2023-05-04 10:29:38 +01:00
David Baker
f4b6c62daa
Add possible ways for client to handle an invite
2023-05-03 16:38:51 +01:00
David Baker
efdb1ecb46
Make party_id required in other events
2023-05-03 16:33:56 +01:00
David Baker
ebed260bf4
Add m.call.reject
2023-05-03 16:32:48 +01:00
David Baker
d8dd3e0fb2
Add select_answer to call flow example diagram
2023-05-03 16:26:07 +01:00
David Baker
b75850fd78
Update examples
2023-05-03 16:21:31 +01:00
David Baker
93dd4e5c7c
Add m.call.select_answer
2023-05-03 16:17:10 +01:00
David Baker
774968b65d
Remember how JSON works
2023-05-03 14:42:13 +01:00
David Baker
2abbc647d7
Add party_id
2023-05-03 14:37:42 +01:00
David Baker
e49a85c81d
Add 'invitee' field
2023-05-02 17:11:33 +01:00
David Baker
0a8362feca
Put streams spec in its own section
2023-05-02 17:08:53 +01:00
David Baker
ef15055e0a
Add spec requiring tracks to be within streams.
2023-05-02 16:59:31 +01:00
David Baker
4b1b6ddad6
Change version field to a string
...
And add the notes on how the version field works.
2023-05-02 16:54:22 +01:00
Richard van der Hoff
c662976fab
Fix generation of anchors for additional properties ( #1488 )
...
but objects defined under `additionalProperties` missed out on them. This fixes
that.
2023-05-02 11:41:59 +01:00
Richard van der Hoff
cdbf44eef0
Fix rendering of properties with a list of types ( #1487 )
2023-04-26 16:18:23 +01:00
Richard van der Hoff
1f729eef60
"MXC URI" -> "mxc:// URI" ( #1500 )
...
* "MXC URI" -> "`mxc://` URI"
We're a bit inconsistent with this currently, and IMHO "`mxc://` URI" is more
explicit.
* Update content/client-server-api/modules/content_repo.md
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
* more MXCs
---------
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-04-26 14:11:35 +01:00
Richard van der Hoff
715f6a301d
Spec annotations ( #1475 )
2023-04-25 15:17:31 +01:00
Richard van der Hoff
a225025cab
Remove fictitious token parameter on /keys/query ( #1485 )
2023-04-12 15:41:25 +01:00
Richard van der Hoff
64c61c2de2
Properly separate Room ID and Event ID grammars ( #1484 )
2023-04-06 09:57:30 +01:00
Richard van der Hoff
e9fc66cf77
Remove references to groups from appendices ( #1483 )
2023-04-06 09:57:12 +01:00
Richard van der Hoff
91b2f77e0e
Remove outdated text saying that state_default defaults to 0 ( #1479 )
...
There was substantial confusion around this, but I've done some archaeology.
Basically, this was changed back in r0.5.0 by MSC1304 and matrix-org/synapse#3397. Before that, it was indeed the case that state_default was 0 if there was no m.room.power_levels event, but that was confusing and a source of security holes, so we changed it.
matrix-org/matrix-spec-proposals#1656 changed the spec, but apparently overlooked the text in the description.
Reverts: #1478 .
Fixes : #861 .
2023-04-05 10:57:08 +01:00
Patrick Cloke
d222fc60d6
Document MSC3758, MSC3966, MSC3873, and MSC3980. ( #1464 )
...
* Add information on MSC3758: event_property_is.
* Add information on MSC3966: event_property_contains.
* Add information on MSC3873 dotted-path escape rules.
* Newsfragment
* Update sync filter with ref to appendix.
* Escape example key.
* Fix typos.
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Fix links.
* Clarify the appendix a bit.
* Clarify support values.
* Add MSC3980 to changelog.
---------
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2023-04-03 23:03:37 -06:00
Travis Ralston
7670a74116
Mention that state_default can be zero by default. ( #1478 )
...
* Mention that `state_default` can be zero by default.
* Changelog
* Update data/event-schemas/schema/m.room.power_levels.yaml
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
---------
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-03-31 02:52:45 +00:00
Richard van der Hoff
ac8d34bc81
Cleanups to github actions workflow ( #1476 )
2023-03-29 11:16:52 +01:00
Kim Brose
a21b23dda8
Fix typo in registration.yaml ( #1474 )
2023-03-24 17:21:03 +00:00
Val Lorentz
a847ee3b57
Remove leftover {key_id} from /_matrix/key/v2/server/ ( #1473 )
...
The parameter was removed in v1.6 (specifically in
9e45037129 )
2023-03-24 09:17:19 -04:00
Richard van der Hoff
d26794ee90
Clarify terminology around aggregations ( #1424 )
...
I've done my best to remove the word "bundle", because I feel like it causes
more confusion than it provides. Instead I have favoured "aggregated child
events" which I think is clearer.
Some general clarification around these parts of the spec.
2023-03-21 18:27:24 +00:00
Stuart Mumford
d6f38f157d
Add a sentence about what canonical JSON is ( #1468 )
...
Signed-off-by: Stuart Mumford <stuart@cadair.com>
2023-03-21 16:27:54 +00:00
Richard van der Hoff
acb631d3d6
Change the server aggregation for edits ( #1440 )
...
per matrix-org/matrix-spec-proposals#3925
2023-03-21 15:59:23 +00:00
Stuart Mumford
bdc87784a1
Clarify that Persistent data unit is PDU ( #1466 )
...
Signed-off-by: Stuart Mumford <stuart@cadair.com>
2023-03-14 20:32:38 +00:00
Stuart Mumford
09e2250a8d
Spec implicit filter event limit ( #1463 )
...
Signed-off-by: Stuart Mumford <stuart@cadair.com>
2023-03-14 20:27:42 +00:00
Andrew Morgan
35f5439e00
Correct a small typo in the push rules spec ( #1465
2023-03-14 15:43:44 +00:00
Patrick Cloke
53d7de2376
Define how clients process push rules ( #1461 )
...
* Move Push Rules section out from Client Behaviour.
* Clarify server vs. client behavior.
* Remove references to unencrypted content.
2023-03-14 14:57:52 +00:00
Travis Ralston
a481d6aafb
Add mention of private sign off to contributing guidelines ( #1462 )
2023-03-10 19:39:24 -07:00
Patrick Cloke
afae1083aa
Clarify what key content-specific rules match against. ( #1441 )
2023-03-08 13:06:06 +00:00