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

Add spec for MSC2746 #1511

Merged
merged 38 commits into from
May 23, 2023
Merged

Add spec for MSC2746 #1511

merged 38 commits into from
May 23, 2023

Commits on May 2, 2023

  1. Change version field to a string

    And add the notes on how the version field works.
    dbkr committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4b1b6dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef15055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a8362f View commit details
    Browse the repository at this point in the history
  4. Add 'invitee' field

    dbkr committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e49a85c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Add party_id

    dbkr committed May 3, 2023
    Configuration menu
    Copy the full SHA
    2abbc64 View commit details
    Browse the repository at this point in the history
  2. Remember how JSON works

    dbkr committed May 3, 2023
    Configuration menu
    Copy the full SHA
    774968b View commit details
    Browse the repository at this point in the history
  3. Add m.call.select_answer

    dbkr committed May 3, 2023
    Configuration menu
    Copy the full SHA
    93dd4e5 View commit details
    Browse the repository at this point in the history
  4. Update examples

    dbkr committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b75850f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8dd3e0 View commit details
    Browse the repository at this point in the history
  6. Add m.call.reject

    dbkr committed May 3, 2023
    Configuration menu
    Copy the full SHA
    ebed260 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efdb1ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4b6c62 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Convert hangup & reject events to YAML

    So we can have a bulleted list in the description for the values
    of 'reason'.
    dbkr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d9bd32d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78719b4 View commit details
    Browse the repository at this point in the history
  3. Add m.call.negotiate

    dbkr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    ecb3070 View commit details
    Browse the repository at this point in the history
  4. Add other sections

    dbkr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2801c6f View commit details
    Browse the repository at this point in the history
  5. Revert changes to package lock

    dbkr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    6a058d0 View commit details
    Browse the repository at this point in the history
  6. Typos

    dbkr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    e741e3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7f5b8f View commit details
    Browse the repository at this point in the history
  8. Add newsfragment

    dbkr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c079875 View commit details
    Browse the repository at this point in the history
  9. Fix reason in hangup/reject

    dbkr committed May 4, 2023
    Configuration menu
    Copy the full SHA
    af22989 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Change tense

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1fda1ec View commit details
    Browse the repository at this point in the history
  2. Tense, typos & grammar

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a6c2cf2 View commit details
    Browse the repository at this point in the history
  3. Linkify

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ea3cbec View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary parts from link

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    70d7c36 View commit details
    Browse the repository at this point in the history
  5. Capitalise

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5b8e3ef View commit details
    Browse the repository at this point in the history
  6. Fix hangup reasons

    dbkr committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1023399 View commit details
    Browse the repository at this point in the history
  7. Clarify who can answer

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    ea056a7 View commit details
    Browse the repository at this point in the history
  8. Linkify

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1855205 View commit details
    Browse the repository at this point in the history
  9. Remove reference to 'this MSC'.

    dbkr committed May 17, 2023
    Configuration menu
    Copy the full SHA
    25ea0df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d53d67 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ffa0a6f View commit details
    Browse the repository at this point in the history
  12. Remove reason from reject event

    I confused myself, but it's not in the MSC and it shouldn't be.
    dbkr committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a5c9911 View commit details
    Browse the repository at this point in the history
  13. Failure to YAML

    dbkr committed May 17, 2023
    Configuration menu
    Copy the full SHA
    d1b4c72 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Fix number of room members allowed when sending voip events.

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 23, 2023
    Configuration menu
    Copy the full SHA
    163605c View commit details
    Browse the repository at this point in the history
  2. Add 'added in' version

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c6ae1a4 View commit details
    Browse the repository at this point in the history
  3. Another added-in

    Co-authored-by: Hubert Chathi <hubertc@matrix.org>
    dbkr and uhoreg committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d230788 View commit details
    Browse the repository at this point in the history
  4. Add missing comma

    turt2live committed May 23, 2023
    Configuration menu
    Copy the full SHA
    492d052 View commit details
    Browse the repository at this point in the history