annotate mod_remote_roster/README.markdown @ 5243:d5dc8edb2695

mod_http_oauth2: Use more compact IDs UUIDs are nice but so verbose! The reduction in entropy for the nonce should be fine since the timestamp is also counts towards this, and it changes every second (modulo clock shenanigans), so the chances of someone managing to get the same client_secret by registering with the same information at the same time as another entity should be negligible.
author Kim Alvefur <zash@zash.se>
date Sat, 11 Mar 2023 22:46:27 +0100
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.