Software / code / prosody-modules
File
mod_private_adhoc/README.markdown @ 5853:b109773ce6fe
mod_http_oauth2: Reuse JWT issuance time as substitute for auth time
Makes the token shorter. Since iat and auth_time are generated at about
the same time they would only differ by a few microseconds anyway.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 24 Jan 2024 17:55:26 +0100 |
| parent | 1803:4d73a1a6ba68 |
line wrap: on
line source
--- summary: Retrieve private XML data via adhoc command ... Introduction ------------ This is a very simple module which implements an adhoc commant toretrieves the users private XML data. Details ------- Simple module which adds the adhoc command "Query private data" and will return the users private XML data (typically muc bookmarks,.. ).