Browse Source

net/mosquitto: update readme with protocol versions

Mosquitto has supported v3.1.1 of the mqtt protocol since verson 1.3

Signed-off-by: Karl Palsson <karlp@remake.is>
Karl Palsson 10 years ago
parent
commit
64ef7b2158
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      net/mosquitto/Makefile

+ 4
- 4
net/mosquitto/Makefile View File

@@ -44,9 +44,9 @@ define Package/$(PKG_NAME)-nossl
44 44
 endef
45 45
 
46 46
 define Package/$(PKG_NAME)/default/description
47
- mosquitto is a message broker that supports v3.1 of the MQ Telemetry
48
-Transport protocol. MQTT provides a lightweight method for
49
-messaging using a publish/subscribe model.
47
+Mosquitto is an open source (BSD licensed) message broker that implements
48
+the MQTT protocol version 3.1 and 3.1.1. MQTT provides a lightweight
49
+method of carrying out messaging using a publish/subscribe model.
50 50
 
51 51
 This package also includes some basic support for configuring via UCI
52 52
 endef
@@ -119,7 +119,7 @@ define Package/libmosquitto/default/description
119 119
 use by any third party software that wants to communicate with a
120 120
 mosquitto server.
121 121
 
122
-Should be useable for communicating with any MQTT v3.1 compatible
122
+Should be useable for communicating with any MQTT v3.1/3.1.1 compatible
123 123
 server, such as IBM's RSMB, in addition to Mosquitto
124 124
 endef
125 125