Software /
code /
prosody-modules
Changeset
5508:56803acfa638
mod_http_oauth2: Linkify mod_client_management in README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 02 Jun 2023 08:59:29 +0200 |
parents | 5507:209299fd81e1 |
children | 5509:ae007be8a6bd |
files | mod_http_oauth2/README.markdown |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_oauth2/README.markdown Thu Jun 01 20:02:45 2023 +0200 +++ b/mod_http_oauth2/README.markdown Fri Jun 02 08:59:29 2023 +0200 @@ -223,7 +223,7 @@ This module does not provide an interface for users to manage what they have granted access to their account! (e.g. to view and revoke clients they have previously authorized). It is recommended to join this module with -mod_client_management to provide such access. However, at the time of writing, +[mod_client_management] to provide such access. However, at the time of writing, no XMPP clients currently support the protocol used by that module. We plan to work on additional interfaces in the future.