annotate mod_auto156/README.md @ 6417:dcc8d4af8d4f
mod_muc_cache_media: move to storage that matches RFC 6920
| author |
Stephen Paul Weber <singpolyma@singpolyma.net> |
| date |
Tue, 24 Feb 2026 11:57:09 -0500 |
| 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 ```
|