Annotate

mod_auto156/README.md @ 6325:6ea80b73d8f2

mod_http_oauth2: Only require redirect URIs when using grant types that need it In the Device flow, no redirect URI is used because the client instead receives responses by polling. It is therefore unnecessary to enforce a requirement that these include redirect URI(s).
author Kim Alvefur <zash@zash.se>
date Thu, 03 Jul 2025 15:42:42 +0200
parent 6295:394ae117859e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6295
394ae117859e mod_auto156: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 This module was meant to help convert the deprecated [XEP-0156] TXT records into JSON format.
394ae117859e mod_auto156: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2
394ae117859e mod_auto156: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 ```shell
394ae117859e mod_auto156: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4 $ prosodyctl mod_auto156 example.com [another.example ...]
394ae117859e mod_auto156: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 {"links":[{"href":"https://xmpp.example.com/bosh","rel":"urn:xmpp:alt-connections:xbosh"}]}
394ae117859e mod_auto156: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 ...
394ae117859e mod_auto156: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 ```