Software / code / prosody-modules
Diff
mod_auto156/README.md @ 6295:394ae117859e
mod_auto156: Add brief README
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 08 Jun 2025 13:49:07 +0200 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_auto156/README.md Sun Jun 08 13:49:07 2025 +0200 @@ -0,0 +1,7 @@ +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"}]} +... +```