-
Notifications
You must be signed in to change notification settings - Fork 428
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
Implement user removal from MUC light in REST administrative APIs #3388
Comments
We are developing new GraphQL API now. This issue will not be present in the new API anymore. Do you still need this feature in the REST API? |
It would be nice to have, yes. Right now our workflow (including code generators, libraries etc.) assumes REST as a convention between our services. |
Hi @apontini! |
Got it! I just have a couple questions then:
|
If you are interested in the new GraphQL API, you can take a look at the feature branch: https://github.com/esl/MongooseIM/tree/feature/graphql/priv/graphql/schemas |
Thank you. I'll keep this issue open hoping that you'll be able to implement this feature in REST APIs too, unless you want to close it. |
MongooseIM version: 5.0.0
Installed from: /
Erlang/OTP version: /
Hello everyone!
While reading the MongooseIM's REST API for backend administration documentation, I found out that there's no API to kick a user from a MUC light but only one to delete the room.
My question is: is this something that's not possible (maybe I'm missing something about MUC light implementation) or can it be implemented?
IMHO it would be useful for backend related operations to expose such API without the need to authenticate the user that's performing the action, as it's required with the client/frontend APIs.
The text was updated successfully, but these errors were encountered: