Software /
code /
prosody-modules
File
mod_nodeinfo2/README.markdown @ 3788:14028430638b
mod_easy_invite: Change command name to 'generate' (from 'register')
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Mon, 30 Dec 2019 12:04:35 +0000 |
parent | 3785:6273705e3830 |
child | 3789:e3b673df3906 |
line wrap: on
line source
--- description: labels: 'Stage-Alpha' --- Introduction ============ This module exposes a [nodeinfo2](https://git.feneas.org/jaywink/nodeinfo2) .well-known URL for use e.g. from [the-federation.info](https://the-federation.info). Configuration ============= Enable the `nodeinfo` module in your global `modules_enabled` section: ``` modules_enabled = { ... "nodeinfo2" ... } ``` This module depends on [mod\_http](https://prosody.im/doc/http), all of its configuration actually happens in this module. Compatibility ============= ----- ----------- trunk Works 0.11 Should work ----- -----------