Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: advertise the low-bandwidth proxy in the /versions response #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Sorunome
Copy link

@Sorunome Sorunome commented Oct 11, 2021

Signed-Off-By: Sorunome sorunome@famedly.com

Example response:

sorunome@sorunome-laptop backend/lb $ curl https://pixelthefox.net/_matrix/client/versions | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   183  100   183    0     0   2679      0 --:--:-- --:--:-- --:--:--  2691
{
  "versions": [
    "r0.5.0",
    "r0.6.0"
  ],
  "unstable_features": {
    "org.matrix.e2e_cross_signing": true
  },
  "org.matrix.msc3079.low_bandwidth": {
    "dtls": 4444,
    "cbor_enum_version": 1,
    "coap_enum_version": 1
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant