annotate mod_auto156/README.md @ 6478:bd785f524fd2
mod_s2s_v6mesh: Fix various bugs, s2s auth policies now work as expected
| author |
Matthew Wild <mwild1@gmail.com> |
| date |
Wed, 18 Mar 2026 18:54:30 +0000 |
| parents |
394ae117859e |
| children |
|
| rev |
line source |
|
6251
|
1 This module was meant to help convert the deprecated [XEP-0156] TXT records into JSON format.
|
|
|
2
|
|
|
3 ```shell
|
|
|
4 $ prosodyctl mod_auto156 example.com [another.example ...]
|
|
|
5 {"links":[{"href":"https://xmpp.example.com/bosh","rel":"urn:xmpp:alt-connections:xbosh"}]}
|
|
|
6 ...
|
|
|
7 ```
|