Mercurial > prosody-modules
view mod_adhoc_oauth2_client/README.markdown @ 5824:f1e816df1f73
mod_groups_internal: Also remove MUCs that still exist, but have been destroyed
Tombstones could previously fool us into thinking the MUC was still there.
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 12 Jan 2024 18:19:56 +0000 |
parents | a9c1cc91d3d6 |
children |
line wrap: on
line source
--- labels: - Stage-Alpha summary: 'Create OAuth2 clients via ad-hoc command' rockspec: dependencies: - mod_http_oauth2 ... Introduction ============ [Ad-Hoc command][XEP-0050] interface to [dynamic OAuth2 registration](https://oauth.net/2/dynamic-client-registration/) provided by [mod_http_oauth2]. Compatibility ============= Same as [mod_http_oauth2]