Software / code / prosody-modules
Comparison
mod_nodeinfo2/README.markdown @ 3785:6273705e3830
mod_nodeinfo2: Add a README
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
|---|---|
| date | Sun, 29 Dec 2019 22:09:58 +0100 |
| child | 3789:e3b673df3906 |
comparison
equal
deleted
inserted
replaced
| 3784:741a1e400de4 | 3785:6273705e3830 |
|---|---|
| 1 --- | |
| 2 description: | |
| 3 labels: 'Stage-Alpha' | |
| 4 --- | |
| 5 | |
| 6 Introduction | |
| 7 ============ | |
| 8 | |
| 9 This module exposes a [nodeinfo2](https://git.feneas.org/jaywink/nodeinfo2) | |
| 10 .well-known URL for use e.g. from | |
| 11 [the-federation.info](https://the-federation.info). | |
| 12 | |
| 13 Configuration | |
| 14 ============= | |
| 15 | |
| 16 Enable the `nodeinfo` module in your global `modules_enabled` section: | |
| 17 ``` | |
| 18 modules_enabled = { | |
| 19 ... | |
| 20 "nodeinfo2" | |
| 21 ... | |
| 22 } | |
| 23 ``` | |
| 24 | |
| 25 This module depends on [mod\_http](https://prosody.im/doc/http), all of its | |
| 26 configuration actually happens in this module. | |
| 27 | |
| 28 Compatibility | |
| 29 ============= | |
| 30 | |
| 31 ----- ----------- | |
| 32 trunk Works | |
| 33 0.11 Should work | |
| 34 ----- ----------- |