Dave Conway-Jones
|
f7be874e2c
|
fix linting for grunt
|
2021-03-12 09:36:20 +00:00 |
|
Dave Conway-Jones
|
4d7ba48797
|
Add room password, better error / status reporting
|
2021-03-01 13:40:14 +00:00 |
|
Dave Conway-Jones
|
59361625cc
|
Add subject to chat if known
|
2021-02-28 17:32:49 +00:00 |
|
Dave Conway-Jones
|
a9d1ca0491
|
xmpp disconnect more cleanly/correctly
|
2021-02-26 16:05:03 +00:00 |
|
Dave Conway-Jones
|
c368e3bcd4
|
xmpp auto create rooms correctly and auto join every 60 secs if required
|
2021-02-25 09:05:11 +00:00 |
|
Dave Conway-Jones
|
cafdb26832
|
add info command to xmpp nodes
|
2021-02-23 22:15:57 +00:00 |
|
Dave Conway-Jones
|
40362ee985
|
Let xmpp in handle a list of rooms
|
2021-02-23 12:45:55 +00:00 |
|
Dave Conway-Jones
|
7485760db9
|
xmpp node - use empty field to signify all rooms
|
2021-02-23 11:37:53 +00:00 |
|
Dave Conway-Jones
|
3ad829d75a
|
Let xmpp input node join "ALL_ROOMS" automatically (if asked)
|
2021-02-23 09:04:12 +00:00 |
|
Andreas Martens
|
1c34e39d8a
|
XMPP: improve debugging and error handling (#753)
|
2021-02-02 16:55:55 +00:00 |
|
Dave Conway-Jones
|
f99e52d1fa
|
Merge branch 'master' of https://github.com/node-red/node-red-nodes
merge upstream
|
2021-02-02 10:12:32 +00:00 |
|
Andreas Martens
|
fc2f6ed3c7
|
join a MUC if we're already connected to server and refactor error handling (#749)
|
2021-01-29 16:46:15 +00:00 |
|
Dave Conway-Jones
|
3b7fb0aa95
|
tidy up xmpp node
|
2020-10-24 15:02:45 +01:00 |
|
Andreas Martens
|
e334040dd7
|
replace xmpp-simple with @xmpp/client (#664)
* replace xmpp-simple with @xmpp/client
* indent at 4
* remove trailing commas
|
2020-07-16 10:00:27 +01:00 |
|
Andreas Martens
|
bf94d320a9
|
correctly join a chat room (#663)
|
2020-07-10 12:30:44 +01:00 |
|
Dave Conway-Jones
|
c5fed3fc4e
|
restore smpp node server field to config.
to close #613
|
2019-12-26 16:25:11 +00:00 |
|
Dave Conway-Jones
|
df24e56de8
|
fix xmpp node stanzas from
|
2019-03-06 17:46:28 +00:00 |
|
Dave Conway-Jones
|
6540439e5f
|
Further XMPP tidy - more accurate from field - more docs.
|
2018-09-29 15:17:18 +01:00 |
|
Dave Conway-Jones
|
7bd255a341
|
better filtering for XMPP messages, stop history when joining rooms
|
2018-09-28 21:42:36 +01:00 |
|
Dave Conway-Jones
|
b856ee6439
|
Give XMPP node a serious kicking
try to sort out sharing single connections and better status
To close #438 and to close #492
|
2018-09-28 14:59:22 +01:00 |
|
Dave Conway-Jones
|
b8b5a92ad1
|
update xmpp to keep working with open fire
|
2018-03-29 17:39:46 +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
|
32706ff92c
|
set xmpp presence offline on close
|
2016-01-31 23:28:05 +00:00 |
|
Dave Conway-Jones
|
b443e85e44
|
XMPP node - missed error tidy on other node
|
2016-01-29 18:06:42 +00:00 |
|
Dave Conway-Jones
|
be259a75fd
|
tidy up xmpp node slightly
handle errors better, more consistent status indicators
|
2016-01-29 17:58:01 +00:00 |
|
Dave Conway-Jones
|
c5db30d0c4
|
Tidy up xmpp node formatting
(diff looks awful… it isn’t really)
|
2015-09-24 18:58:24 +01:00 |
|
dceejay
|
f497b57b7d
|
Apply consistent style to node-red-nodes
(not updating npm for this yet - just whitespace)
|
2015-05-11 19:25:39 +01:00 |
|
dceejay
|
bb9d67f1ae
|
Update node-red-nodes - clean up lint issues (mainly unused funcs and vars)
|
2015-04-16 10:58:34 +01:00 |
|
dceejay
|
903bbe505a
|
nudge up level for xmpp node
|
2015-03-24 16:47:51 +00: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
|
43dfded402
|
Update node-red-nodes social nodes to use strict and pass jshint scan
|
2014-06-28 23:36:36 +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
|
3691bc6294
|
XMPP node - now with credentials. And multiple connections and
clean disconnects.
|
2014-05-29 18:31:36 +01:00 |
|
Nick O'Leary
|
c6130a67da
|
Nodes must not require(settings) themselves (again)
|
2014-01-13 11:01:04 +00:00 |
|
Dave C-J
|
ea398f9e66
|
Added INFO abour settings for xmpp. (Apologies for missing in first place...).
NOTE:... there is still a bug in the underlying simple-xmpp npm.. see
https://github.com/simple-xmpp/node-simple-xmpp/issues/12
for both the probem and the fix (not yet pulled).
|
2013-11-15 21:28:18 +00:00 |
|
Nicholas O'Leary
|
6f7487f393
|
Use process.env.NODE_RED_HOME to locate modules
|
2013-10-30 21:34:54 +00:00 |
|
Nicholas O'Leary
|
6a0d248f5a
|
Move nodes over from main repo
|
2013-10-30 20:38:41 +00:00 |
|