matrix-spec-proposals
matrix-spec-proposals copied to clipboard
Proposals for changes to the matrix specification
**Is your feature request related to a problem? Please describe.** Sometimes I don't want to send a message right away, and i would rather have it sent later. **Describe the...
[Rendered.](https://github.com/deepbluev7/matrix-doc/blob/room-summaries/proposals/3266-room-summary.md) Somewhat related to [MSC2946](https://github.com/matrix-org/matrix-doc/pull/2946) this provides an API to get a summary for a specific room either from the local server or over federation. Useful for a few cases,...
[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/babolivier/m_not_approved/proposals/3866-user-not-approved-error.md) Synapse implementation: https://github.com/matrix-org/synapse/pull/13556
- [rendered](https://github.com/Zocker1999NET/matrix-spec-proposals/blob/user-nicknames/proposals/3865-user-nicknames.md) - split from [MSC3864](https://github.com/matrix-org/matrix-spec-proposals/pull/3864), which now only declares user-given attributes for rooms - Matrix Room for discussion [#mscs-3015-3864-3865:matrix.org](https://matrix.to/#/#mscs-3015-3864-3865:matrix.org) Signed-off-by: Felix Stupp
[Rendered](https://github.com/deepbluev7/matrix-doc/blob/notifications-for-relations/proposals/3664-notifications-for-relations.md) Partial implementation was done by Beeper, but without the appropriate namespacing and it is missing the filtering by `rel_type`: https://gitlab.com/beeper/synapse/-/commit/44a1728b6b021f97900c89e0c00f7d1a23ce0d43 Implementation: https://github.com/matrix-org/synapse/pull/11804 (Note: I have no idea, what I...
Fixes matrix-org/matrix-spec#475 [full proposal](https://github.com/stalniy/matrix-doc/blob/sse-support/proposals/2108-sync-via-server-sent-events.md) ## Introduction Currently, Matrix clients use long polling to get the latest state from the server, it becomes an issue when you have a lot of...
[Rendered](https://github.com/matrix-org/matrix-doc/blob/matthew/msc2775/proposals/2775-lazy-loading-over-federation.md) An MSC to define how to massively speed up joins (and MSC #2444 peeks) by incrementally sending `m.room.member` events after your server has joined/peeked the room, rather than up...
[Rendered](https://github.com/Sorunome/matrix-doc/blob/soru/emotes/proposals/2545-emotes.md) Signed-off-by: Sorunome Author: @Sorunome Shepherd: @anoadragon453 ## Future MSCs - Image pack cross-room referencing / suggesting (https://github.com/matrix-org/matrix-spec-proposals/pull/2545#discussion_r753830655) - Additional metadata for stickers and emotes to find their pack (https://github.com/matrix-org/matrix-spec-proposals/pull/2545#discussion_r753881475)...
[Rendered](https://github.com/matrix-org/matrix-spec-proposals/blob/hughns/delegated-oidc-architecture/proposals/3861-delegated-oidc-architecture.md) Dependencies/sub-proposals: - https://github.com/matrix-org/matrix-spec-proposals/pull/2964 - https://github.com/matrix-org/matrix-spec-proposals/pull/2965 - https://github.com/matrix-org/matrix-spec-proposals/pull/2966 - https://github.com/matrix-org/matrix-spec-proposals/pull/2967 - https://github.com/matrix-org/matrix-spec-proposals/pull/3824 - https://github.com/matrix-org/matrix-spec-proposals/pull/4108 - https://github.com/matrix-org/matrix-spec-proposals/pull/4190 - https://github.com/matrix-org/matrix-spec-proposals/pull/4191
[Rendered](https://github.com/sandhose/matrix-doc/blob/msc/sandhose/oauth2-profile/proposals/2964-oauth2-profile.md) Fixes: https://github.com/matrix-org/matrix-spec/issues/636 Status: - [x] Spec is feature complete - [x] Reviewed for consistency with MSC3861 - [x] Implementations believed to be complete enough Part of the following proposal:...