Skip to content

Commit 3b2b900

Browse files
committed
Adding Features list for 1.0.2 Release
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent b597a83 commit 3b2b900

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ The Paho Java Client is an MQTT client library written in Java for developing ap
44

55
The Paho Java Client provides two APIs: MqttAsyncClient provides a fully asychronous API where completion of activities is notified via registered callbacks. MqttClient is a synchronous wrapper around MqttAsyncClient where functions appear synchronous to the application.
66

7+
## Features
8+
| | | | | |
9+
|---------------------|--------------------|---|----------------------|--------------------|
10+
| MQTT 3.1 | :heavy_check_mark: | | Automatic Reconnect | :heavy_multiplication_x: (Coming in 1.1.0) |
11+
| MQTT 3.1.1 | :heavy_check_mark: | | Offline Buffering | :heavy_multiplication_x: (Coming in 1.1.0) |
12+
| LWT | :heavy_check_mark: | | WebSocket Support | :heavy_multiplication_x: (Coming in 1.1.0) |
13+
| SSL / TLS | :heavy_check_mark: | | Standard TCP Support | :heavy_check_mark: |
14+
| Message Persistence | :heavy_check_mark: | |
15+
716

817
## Project description:
918

0 commit comments

Comments
 (0)