Date Name Downloads
Dec 14, 2016 xockets.io.3.0.2 167
Oct 5, 2016 xockets.io.3.0.1.fix1 53
Oct 4, 2016 xockets.io.3.0.1 14
Sep 16, 2016 xockets.io.3.0.0.201609162317 14
Sep 6, 2016 xockets.io.3.0.0 16
Aug 8, 2016 xockets.io-2.0.8 41
Jun 30, 2016 xockets.io-2.0.7 16
Jun 21, 2016 xockets.io-2.0.6 9
Jun 9, 2016 xockets.io-2.0.5 13
Jun 4, 2016 xockets.io-2.0.4 14
May 18, 2016 xockets.io-2.0.3 10
Mar 9, 2016 xockets.io-2.0.2 51
Feb 12, 2016 xockets.io-2.0.1 102
Feb 4, 2016 xockets.io-2.0.0 24
xockets.io.3.0.2
xockets.io.3.0.2
Dec 14, 2016
Apache License
167

Be sure to set the below to your notes.ini or the plugin won't run:

XPagesPreload=1
XPagesPreloadDB=websocket.nsf

xockets.io as of 3.0.2
-New Features include:

onlyText(e.g. msg.onlyText = true;) flag sends only the text portion of the message to the target recipient(s)
onlyData (e.g. msg.onlyData = true;) flag sends just the data portion of the message to the target recipient(s)
both of the above flags help to limit the payload size to the targets by removing message meta data
DSAPI plugin project for Visual Studio for a very specific use case handling certificate based authentication (windows only for now)

-Fixes:

fix reload scripts to included intervaled scripts
fixed null pointer in XocketsPhaseListener