Mercurial > prosody-modules
view mod_adhoc_groups/README.markdown @ 5519:83ebfc367169
mod_http_oauth2: Return Authentication Time per OpenID Core Section 2
Mandatory To Implement, either MUST include or OPTIONAL depending on
things we don't look at, so might as well include it all the time.
Since we do not persist authentication state with cookies or such, the
authentication time will always be some point between the user being
sent to the authorization endpoint and the time they are sent back to
the client application.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 05 Jun 2023 22:32:44 +0200 |
parents | 232da6b1d2c1 |
children |
line wrap: on
line source
--- summary: Lets users create and join roster groups --- Introduction ============ This module lets you join groups using an ad-hoc command. When a user joins a group, everyone in the group is added to their roster, and they are added to the rosters of existing members. TODO ==== - Leaving groups - Add a roster group/tag when adding roster items (tricky with current rostermanager API)