David Baker
e720326f40
Missing comma
2023-05-23 14:11:46 -04:00
David Baker
d230788278
Another added-in
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-23 13:56:07 -04:00
David Baker
c6ae1a4c98
Add 'added in' version
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-23 13:34:14 -04:00
David Baker
163605c4f1
Fix number of room members allowed when sending voip events.
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-23 13:33:22 -04:00
David Baker
d1b4c72762
Failure to YAML
2023-05-17 14:53:24 +01:00
David Baker
a5c9911f60
Remove reason from reject event
...
I confused myself, but it's not in the MSC and it shouldn't be.
2023-05-17 14:51:50 +01:00
David Baker
ffa0a6f13b
Move common voip events to the content, not the actual event
2023-05-17 14:43:18 +01:00
David Baker
5d53d67efe
Move common VoIP fields into a call event type.
2023-05-17 14:28:21 +01:00
David Baker
25ea0df0d1
Remove reference to 'this MSC'.
2023-05-17 10:11:06 +01:00
David Baker
18552057c0
Linkify
...
Co-authored-by: Hubert Chathi <hubertc@matrix.org>
2023-05-17 10:06:46 +01:00
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