]> git.evergreen-ils.org Git - 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)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 19 Aug 2014 22:34:59 +0000 (15:34 -0700)
commit1dafbe7512f086a58212fcc66c07e348647f31ad
treef41429252f2c90682f83c1db1a1af7e2c2ed9dfd
parentcb56fd32eb43f037c4126e1398b0e9cd546d9f19
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>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
src/javascript/DojoSRF.js
src/javascript/opensrf.js
src/javascript/opensrf_ws.js [new file with mode: 0644]