]> git.evergreen-ils.org Git - working/OpenSRF.git/commit
LP#1268619: opensrf JS websockets plugin
authorBill Erickson <berick@esilibrary.com>
Thu, 20 Sep 2012 19:55:04 +0000 (15:55 -0400)
committerBill Erickson <berick@esilibrary.com>
Sun, 4 May 2014 20:10:33 +0000 (16:10 -0400)
commit93db7ac3423c746d714b4aa726b6d468419d768e
tree48ed9904cc86208641b618a00f4e9a8dc2f2944f
parentd72a0e50c2be73f772645bd21aff2448e3c5f492
LP#1268619: opensrf JS websockets plugin

Adds an opensrf_ws.js handler.  Requries some small modifications to
opensrf.js.  Load opensrf_ws.js in DojoSRF.

For now, to use, add to script:

OpenSRF.Session.transport = OSRF_TRANSPORT_TYPE_WS;

Signed-off-by: Bill Erickson <berick@esilibrary.com>
src/javascript/DojoSRF.js
src/javascript/opensrf.js
src/javascript/opensrf_ws.js [new file with mode: 0644]