Olivier Verhaegen
85579b1af8
Subscribe log clarification
2023-06-09 11:15:00 +02:00
Olivier Verhaegen
650168da00
Improvements to logging
2023-06-09 11:01:10 +02:00
Olivier Verhaegen
e129c676ec
Improvements to loggin messages & order
2023-06-09 10:50:48 +02:00
Olivier Verhaegen
a630442e3d
Typo fix
2023-06-08 09:27:20 +02:00
Olivier Verhaegen
5fc7d873d9
Bugfix: backward compatible node.topic has prio + Docs: added info about msg.topic in ACK node docs
2023-06-07 14:49:21 +02:00
Olivier Verhaegen
04fee39a5a
Bugfix: not responsive to msg.topic on input of STOMP ack and out node
2023-06-07 14:21:00 +02:00
Olivier Verhaegen
55ba9c89ed
Bugfix: not responsive to msg.topic on input of STOMP out node
2023-06-07 14:16:57 +02:00
Dave Conway-Jones
983cab970e
bump for username credential fix
...
to close #1006
2023-06-06 11:26:25 +01:00
Olivier Verhaegen
3fd14223ef
Bugfix: use of credentials in STOMP server (username property typo) ( #1007 )
...
* Bugfix: use of credentials in stomp server (username property typo)
2023-06-06 11:25:06 +01:00
Dave Conway-Jones
71a39ac16b
Bump stomp node for PR #988
2023-05-30 11:07:57 +01:00
Olivier Verhaegen
0d7f0cb16d
STOMP refactor in accordance with MQTT (shared connection using config node) + client ACK ( #988 )
...
* Bugfix: show connected state after reconnect
* Bugfix: show connected state for stomp out node after reconnect
* Add support for ACK messages
* Add optional subscription id
* Typo fix
* Subscription ID not required
* Bugfix "node.ack is not a fuction"
* Use shared client connection
* Bugfix shared connection
* Improvements & bugfixes to shared connection
* Bugfix connecting state
* Set connected state in connect callback
* Typo fix
* add server shared connection variables
* Bugfix for shared state
* WIP
* Complete refactor based on MQTT nodes to be able to share server connection between nodes
* Change address back to server for backwards compatibility
* Fixes for race conditions on node closing
* Add disconnect timeout of 2s to avoid "Error stopping node"
* If not connected, do not try to disconnect
* Fix for disconnecting log
* Styling fix for ack select form row
* Typo fixes
* Typo fix
* Bugfix: subscription before connected
* Bugfix: stringify payload before sending to be able to send numbers etc
* Bugfix: not saving ack field
* Bugfix: ack
* Bugfix: ack
* Bugfix: ack & better docs regardign ack
* BugFix: reconnect delay
* Improvements regarding cleanup on close
* Handle connect and reconnect event in the same way
* Typo fix
* Fix backwards compatibility
2023-05-30 11:05:25 +01:00
Dave Conway-Jones
dd6bfc6f51
Bump stomp for status PR #987
2023-04-11 14:37:47 +01:00
Olivier Verhaegen
b4d80b86e3
node-red-node-stomp | Bugfix: show connected state after reconnect for stomp out node ( #987 )
...
* Bugfix: show connected state after reconnect
* Bugfix: show connected state for stomp out node after reconnect
2023-04-11 14:35:40 +01:00
Dave Conway-Jones
10ffd71b02
bump stomp for fix PR#986
...
to close #985
2023-04-07 08:49:08 +01:00
Olivier Verhaegen
471422adfe
Bugfix: show connected state after reconnect ( #986 )
2023-04-07 08:46:51 +01:00
Sam Machin
2d28a2304f
Update package.jsons for mono-repo ( #851 )
...
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question. as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +00:00
Dave Conway-Jones
e674f9ad97
cleanup some old x-red label - no new node versions
2021-03-13 14:25:45 +00:00
Dave Conway-Jones
e20cf97fce
A whole bunch of whitespace linting - no functional changes
2019-08-11 13:37:15 +01:00
Dave Conway-Jones
739e8cd9b6
bump stomp package to pick up PR fix for bad msg reuse
2018-11-28 18:42:44 +00:00
Arnaud Marchand
d73d5f1af3
Save point ( #506 )
2018-11-28 18:39:52 +00:00
Dave Conway-Jones
85ddffb98f
Ensure stomp retconnect retry default
...
to close #478
2018-08-15 22:17:32 +01:00
Dave Conway-Jones
316a2fd272
Re-lint a load of nodes
2017-01-29 17:45:44 +00:00
Dave Conway-Jones
a7247e898a
Update licenses and packages for all nodes
2016-11-06 20:26:19 +00:00
Dave Conway-Jones
0880ad3987
update io nodes info style
2016-03-02 13:27:52 +00:00
Dave Conway-Jones
5f1513bed3
update Stomp to support v1.1
...
Thanks @ozomer - to close #141
2015-12-17 17:15:01 +00:00
dceejay
76f55af264
Update Package.json file for all node-red-nodes to be Apache-2.0
2015-05-29 14:58:34 +01:00
dceejay
68e639c98a
Stomp - allow msg.headers to set headers on output node
2015-04-28 21:04:50 +01:00
dceejay
18c866b490
Stomp node - call close with callback correctly.
2015-04-23 10:06:09 +01:00
dceejay
97d271be2c
make sure stomp client calls done on close.
2015-04-17 21:06:27 +01:00
dceejay
31318b03d7
Update stomp docs, fix json parse over-optimism.
2015-04-17 09:29:58 +01:00
Nick O'Leary
08791f1914
Update all nodes to credentials system and auth middleware
2015-02-06 21:10:14 +00:00
Dave C-J
434d9808a9
Add stomp, ping, wol, wemo nodes to npm
...
and add fa icons
2014-07-27 18:05:23 +01:00
Dave C-J
052a7d587d
Update node-red-nodes io nodes to use strict and pass jshint scan
2014-06-28 23:35:33 +01:00
Dave C-J
be810be2e2
tweak node.status to be consistent with latest thinking
...
stomp, xmpp and suncalc.
2014-05-31 20:08:15 +01:00
Dave C-J
f2dd4ae062
tidy up logging on Stomp node
2014-05-29 18:32:20 +01:00
Dave C-J
ae22efb270
Updates to Stomp to enable auto reconnect, and node.status indicators
2014-05-26 10:07:20 +01:00
Dave C-J
308d6cb873
New Stomp node
2014-05-19 21:07:20 +01:00