Mercurial > prosody-modules
annotate misc/lnav/README.md @ 5803:f55e65315ba0
mod_pubsub_serverinfo: implemented all basic features
This commit replaces the earlier proof-of-concept to a solution that:
- reports on remotely-connected domains
- uses disco/info to detect if those domains opt-in
- publishes domain names for remote domains that do so
- caches the disco/info response
author | Guus der Kinderen <guus.der.kinderen@gmail.com> |
---|---|
date | Wed, 03 Jan 2024 23:05:14 +0100 |
parents | 1fa1545ebc40 |
children |
rev | line source |
---|---|
5498
1fa1545ebc40
misc/lnav: Add a README with installation instructions
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 % Prosody log format for lnav |
1fa1545ebc40
misc/lnav: Add a README with installation instructions
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 |
1fa1545ebc40
misc/lnav: Add a README with installation instructions
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
3 This is a format definition that allows <https://lnav.org/> to better |
1fa1545ebc40
misc/lnav: Add a README with installation instructions
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
4 handle Prosody logs. |
1fa1545ebc40
misc/lnav: Add a README with installation instructions
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
5 |
1fa1545ebc40
misc/lnav: Add a README with installation instructions
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
6 Install it using `lnav -i ./prosody.json` |