Software / code / prosody-modules
Comparison
mod_pubsub_text_interface/README.markdown @ 3411:c479e39ff547
mod_pubsub_text_interface/README: Document the 'last' command
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 22 Dec 2018 18:53:59 +0100 |
| parent | 3410:a0e0ec729aab |
| child | 3412:d50d1dfab9eb |
comparison
equal
deleted
inserted
replaced
| 3410:a0e0ec729aab | 3411:c479e39ff547 |
|---|---|
| 23 | 23 |
| 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 |