This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
message published doesnt have timestamp in properties. #17
Closed
Conversation
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
Update README.md
…date README.md with the proposed callback configuration.
Add missing done calls to the new CoAP unit tests Provide some examples for the CoAP authentication and authorization callbacks in the README.md
Update the configuration description of the authentication and authorization callbacks in the README.md
Authentication and authorization callbacks
The st module denies to serve libraries from hidden directories unless the dot option is set to true. This condition is relevant when node is installed using nvm and ponte is installed globally. Signed-off-by: Dhi Aurrahman <[email protected]>
Before that fix the payload was persisted as string in a mongodb, while it should be persisted as binary array. Signed-off-by: Mirko Geissler <[email protected]>
This is needed to allow removing retained topics with PUT. Signed-off-by: Mirko Geissler <[email protected]>
You should accept the eclipse CLA https://dev.eclipse.org/eclipse-webhook/services/status_details.php?id=5594c2bb12bcd. But it's not clear the purpose of this PR. |
Allow to serve libraries from hidden directories
Signed-off-by: Peter Sorowka <[email protected]>
- adapted to new ascoltatori interface - improved debug output in error case - moved mqtt to dev dependencies - added node4 and 5 to travis Signed-off-by: Peter Sorowka <[email protected]>
- [email protected] - [email protected] - [email protected] Signed-off-by: Peter Sorowka <[email protected]>
Closes #20.
- fixed an accidental use of global var - thereby fixed race condition on simultaneous HTTP requests - fixed to cases of wrongly assigned callback functions - bumped dependencies - Restricted travis to node 5.5 and 5.6 - added node version comment to readme Signed-off-by: Peter Sorowka <[email protected]>
Added 'use strict' keyword to all files
Signed-off-by: Jovan Kostovski <[email protected]>
Signed-off-by: Jovan Kostovski <[email protected]>
Signed-off-by: Jovan Kostovski <[email protected]>
Signed-off-by: Jovan Kostovski <[email protected]>
Signed-off-by: Jovan Kostovski <[email protected]>
Node v6.9.5 refactoring and new code formatting
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
there is no property in config.js for enabling timestamp with the message so the brokers can read and send to the clients subscribing the brokers. Specifically to rabbitmq broker.