annotate mod_remote_roster/README.markdown @ 5550:4fda06be6b08

mod_http_oauth2: Make note about handling repeated RFC 6749 states > If an authorization code is used more than once, the authorization > server MUST deny the request and SHOULD revoke (when possible) all > tokens previously issued based on that authorization code. We should follow the SHOULD. The MUST is already covered by removing the code state from the cache.
author Kim Alvefur <zash@zash.se>
date Fri, 16 Jun 2023 00:10:46 +0200
parents 2eac15ab605e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1890
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 ---
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 summary: Remote Roster Management
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 ...
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 Introduction
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 ============
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8 This module adds support for [XEP-0321: Remote Roster Management] which
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9 is commonly used to allow components such as transports to modify the
2eac15ab605e mod_remote_roster: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 rosters of local users.