# HG changeset patch # User Kim Alvefur # Date 1749383347 -7200 # Node ID 394ae117859e5d986d84acd7fb8de2845882e784 # Parent 4ae051999194dcd1bd0801d5ecb280af41400308 mod_auto156: Add brief README diff -r 4ae051999194 -r 394ae117859e mod_auto156/README.md --- /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"}]} +... +```