Mercurial > prosody-modules
comparison mod_pubsub_mqtt/README.markdown @ 3320:2333e384409d
mod_pubsub_mqtt/README: Fix quotes
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 15 Sep 2018 19:41:57 +0200 |
parents | 4d73a1a6ba68 |
children | 58df53eefa28 |
comparison
equal
deleted
inserted
replaced
3319:408f92149774 | 3320:2333e384409d |
---|---|
14 Details | 14 Details |
15 ------- | 15 ------- |
16 | 16 |
17 MQTT has the concept of 'topics' (similar to XMPP's pubsub 'nodes'). | 17 MQTT has the concept of 'topics' (similar to XMPP's pubsub 'nodes'). |
18 mod\_pubsub\_mqtt maps pubsub nodes to MQTT topics of the form | 18 mod\_pubsub\_mqtt maps pubsub nodes to MQTT topics of the form |
19 `HOST/NODE', e.g.`pubsub.example.org/mynode\`. | 19 `HOST/NODE`, e.g.`pubsub.example.org/mynode`. |
20 | 20 |
21 ### Limitations | 21 ### Limitations |
22 | 22 |
23 The current implementation is quite basic, and in particular: | 23 The current implementation is quite basic, and in particular: |
24 | 24 |