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

GraphQL - Implement MUC Light rooms API for admin #3538

Merged
merged 10 commits into from
Mar 2, 2022

Commits on Feb 17, 2022

  1. Add MUC Light GraphQL schema

    Premwoik committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e0ce44c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdca4be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bec1eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a53e48 View commit details
    Browse the repository at this point in the history
  5. Use Domain instead of MUCLightServer in requests

    MUC Light admin rest API required a domain to create a room and a muc light domain
    for other operations. Now it is unified and uses a domain everywhere.
    Premwoik committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    04a5863 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Make MUC Light API to use room JID

    Also use MUCLightDomain in commands instead of Domain. Apply review comments.
    Premwoik committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    e260108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e84b9c3 View commit details
    Browse the repository at this point in the history
  3. Adapt tests and doc to the Rest API changes

    Revert `XMPPMUCHOST` for admin REST API instead of `XMPPHOST`. Apply review comments.
    Premwoik committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    e14f8f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Apply review

    Premwoik committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    28f484f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Fix indentation

    Premwoik committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    198cc90 View commit details
    Browse the repository at this point in the history