matrix-org / matrix-spec-proposals

Proposals for changes to the matrix specification
Apache License 2.0
1.02k stars 382 forks source link

Support for websockets #3798

Open richvdh opened 6 years ago

richvdh commented 6 years ago

Author: @richvdh, @krombel Documentation: https://github.com/matrix-org/matrix-doc/blob/master/drafts/websockets.rst, https://docs.google.com/document/d/104ClehFBgqLQbf4s-AKX2ijr8sOAxcizfcRs_atsB0g/edit Date: 2015-11-16

We should let clients do sync requests (at least) over websockets.

There is a draft of how this might look at https://github.com/matrix-org/matrix-doc/blob/master/attic/drafts/websockets.rst.

[I thought we must have an issue for this, but couldn't find one].

turt2live commented 6 years ago

There's a PR on synapse for this, although I couldn't find the spec issue either.

https://github.com/matrix-org/synapse/pull/2388

ShadowJonathan commented 3 years ago

Should this be turned into a normal MSC PR?

ShadowJonathan commented 3 years ago

Also, isn't it superseded by matrix-org/matrix-spec-proposals#2108?