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

Update GraphQL docs and history #3900

Merged
merged 2 commits into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [Developer's guide](https://esl.github.io/MongooseDocs/latest/developers-guide/Testing-MongooseIM/)
* [Packages](https://www.erlang-solutions.com/resources/download.html)
* Product page: [https://www.erlang-solutions.com/products/mongooseim.html](https://www.erlang-solutions.com/products/mongooseim.html)
* Documentation: [https://esl.github.io/MongooseDocs/](https://esl.github.io/MongooseDocs/)
* Documentation: [https://esl.github.io/MongooseDocs/](https://esl.github.io/MongooseDocs/latest/)

## Get to know MongooseIM
MongooseIM is a robust, scalable and efficient XMPP server at the core of an Instant Messaging platform aimed at large installations.
Expand Down
2 changes: 2 additions & 0 deletions doc/History.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 2022: GraphQL

New GraphQL API allows to access MongooseIM using HTTP protocol to extract data and make changes in a flexible way.
The command-line interface (CLI) has been reworked to match the GraphQL functionality.
The configuration for the admin and the client API has been simplified.

## 2020-2021: Friendly, cloud-native and dynamic

Expand Down
2 changes: 1 addition & 1 deletion doc/modules/mod_auth_token.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Refresh tokens issued by the server can be used to:
An administrator may *revoke* a refresh token:

```sh
mongooseimctl revoke_token owner@xmpphost
mongooseimctl token revokeToken --user owner@xmpphost
```

A client can no longer use a revoked token either for authentication or requesting new access tokens.
Expand Down