Software /
code /
prosody-modules
Changeset
3410:a0e0ec729aab
mod_pubsub_text_interface/README: Normalize Markdown syntax
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Dec 2018 18:53:48 +0100 |
parents | 3409:1900280e2a90 |
children | 3411:c479e39ff547 |
files | mod_pubsub_text_interface/README.markdown |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pubsub_text_interface/README.markdown Sat Dec 22 18:22:15 2018 +0100 +++ b/mod_pubsub_text_interface/README.markdown Sat Dec 22 18:53:48 2018 +0100 @@ -2,12 +2,12 @@ This module lets you manage subscriptions to pubsub nodes via simple chat messages. Subscriptions are always added based on bare JID. The -`include_body` flag is enabled so that a plain text body version of events -can be included, where supported. +`include_body` flag is enabled so that a plain text body version of +events can be included, where supported. # Configuring -```lua +``` {.lua} Component "pubsub.example.com" "pubub" modules_enabled = { "pubsub_text_interface", @@ -21,7 +21,7 @@ or unsubscribing, be sure to replace `node` with the node you want to subscribe to or unsubscribe from. -- `help` - a help message, listing these commands -- `list` - list available nodes -- `subscribe node` - subscribe to a node -- `unsubscribe node` - unsubscribe from a node +- `help` - a help message, listing these commands +- `list` - list available nodes +- `subscribe node` - subscribe to a node +- `unsubscribe node` - unsubscribe from a node