File

mod_auto156/README.md @ 6327:578fa5d97daa

mod_http_oauth2: Avoid tripping on redirect URIs when omitted Since device clients don't need to include redirect_uris, this function needs to handle that case and not try to index the missing array.
author Kim Alvefur <zash@zash.se>
date Thu, 03 Jul 2025 16:18:38 +0200
parent 6295:394ae117859e
line wrap: on
line source

This module was meant to help convert the deprecated [XEP-0156] TXT records into JSON format.

```shell
$ prosodyctl mod_auto156 example.com [another.example ...]
{"links":[{"href":"https://xmpp.example.com/bosh","rel":"urn:xmpp:alt-connections:xbosh"}]}
...
```