Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S slixmpp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poeziopoezio
  • slixmpp
  • Issues
  • #3428
Closed
Open
Issue created Feb 08, 2019 by Maxime Buquet@ppjetMaintainer

Most 0045 API methods discard results

As of b42fafab, some methods in the MUC module call iq.send() without any callback. The call to this function returns a future when no callback is provided, that is never awaited, so nothing actually happens (see comment below).

  • configure_room
  • destroy
  • set_affiliation
  • set_role
  • get_room_config
  • cancel_config
  • set_room_config

It's fine though when the future is returned, but this is only the case in get_users_by_affiliation.

Edited Sep 02, 2019 by Maxime Buquet
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking