Mercurial > prosody-modules
comparison mod_pubsub_text_interface/README.markdown @ 3436:12c7c0d7e1b0
mod_pubsub_text_interface/README: Fix typo (thanks perflyst)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 07 Jan 2019 19:46:04 +0100 |
parents | 6421c9f05e02 |
children |
comparison
equal
deleted
inserted
replaced
3435:26a549513f02 | 3436:12c7c0d7e1b0 |
---|---|
6 events can be included, where supported. | 6 events can be included, where supported. |
7 | 7 |
8 # Configuring | 8 # Configuring |
9 | 9 |
10 ``` {.lua} | 10 ``` {.lua} |
11 Component "pubsub.example.com" "pubub" | 11 Component "pubsub.example.com" "pubsub" |
12 modules_enabled = { | 12 modules_enabled = { |
13 "pubsub_text_interface", | 13 "pubsub_text_interface", |
14 } | 14 } |
15 ``` | 15 ``` |
16 | 16 |