forked from bluerover/rsmb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forwarder Encapsulation mentioned in change log.
- Loading branch information
1 parent
ebfb4b6
commit 61c5260
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
Really Small Message Broker Changelog | ||
|
||
15-May-2015: | ||
- Added support of Forwarder Encapsulation. Mqtt-SN packets are encapsulated | ||
according to MQTT-SN Protocol Specification v1.2, chapter 5.5 Forwarder | ||
Encapsulation. | ||
|
||
01-Apr-2015 | ||
- Pre-defined topic name is stripped of trailing white space characters | ||
|
||
22-Mar-2015 | ||
- Added support for pre-defined topics and dynamic pre-defined topic names. | ||
- Added support for Pre-defined topics and Dynamic pre-defined topic names. | ||
- In MQTT-SN PubAck send with "Rejected - Invalid topic ID" when topic name not | ||
found at message publish. | ||
- Fixed Eclipse bug 424704 - MQTT-SN broker forgets published topics. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters