Software / code / prosody-modules
Comparison
mod_pubsub_text_interface/README.markdown @ 3412:d50d1dfab9eb
mod_pubsub_text_interface/README: Add a Compatibility section
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 22 Dec 2018 18:52:13 +0100 |
| parent | 3411:c479e39ff547 |
| child | 3413:6421c9f05e02 |
comparison
equal
deleted
inserted
replaced
| 3411:c479e39ff547 | 3412:d50d1dfab9eb |
|---|---|
| 24 - `help` - a help message, listing these commands | 24 - `help` - a help message, listing these commands |
| 25 - `list` - list available nodes | 25 - `list` - list available nodes |
| 26 - `subscribe node` - subscribe to a node | 26 - `subscribe node` - subscribe to a node |
| 27 - `unsubscribe node` - unsubscribe from a node | 27 - `unsubscribe node` - unsubscribe from a node |
| 28 - `last node` - sends the last published item from the node to you | 28 - `last node` - sends the last published item from the node to you |
| 29 | |
| 30 # Compatibility | |
| 31 | |
| 32 Should work with Prosody since 0.9, when | |
| 33 [modpubsub][doc:modules:mod_pubsub] was introduced. | |
| 34 | |
| 35 The `last` command is available from Prosody 0.11. |