bug: support for MSC4143 is not advertised #2216
Labels
No labels
Abandoned
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
bob the builder
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#2216
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What is the bug?
Continuwuity does not advertise support for MSC4143 in
/versions, breaking calling in clients such as Gomuks. Since MatrixRTC is supported, including transports, this should be advertised.Steps to reproduce
Start a call in up-to-date Gomuks on a Continuwuity server.
Server name and version
continuwuity 26.8.1 (
64f5a23)Additional context
#2183 tried to fix this, but incorrectly only enabled it if sticky events were enabled. It should be enabled if transports are defined at all, probably, or just always.
For those that haven't got around to update, the workaround is simply to advertise
"org.matrix.msc4143": truevia the reverse proxy.Example Caddyfile
You can also run #2218, which fixes this.