Add client-side SockJS wrapper

The wrapper handles our RPC protocol, authentication scheme, and
reconnections.

(imported from commit 1fed2d160582c235a32de80a80b3e451c13a7b1c)
This commit is contained in:
Zev Benjamin
2013-09-10 14:39:46 -04:00
parent 7da51fd6a8
commit ca16644152
3 changed files with 129 additions and 2 deletions

View File

@@ -367,6 +367,7 @@ JS_SPECS = {
'js/reload.js',
'js/notifications_bar.js',
'js/compose_fade.js',
'js/socket.js',
'js/compose.js',
'js/stream_color.js',
'js/admin.js',