Websocket are not supported by any browser yet.
(only FF4 beta until beta 7, Chrome 8, 9 (not 10), a few version of safari)
See : http://hacks.mozilla.org/2010/12/websockets-disabled-in-firefox-4/
By the way, you have no chance with IE5 which doesn't even support XHR
request (c'mon, we are in 2010)
Le 28/12/2010 15:56, Jean-Marie a écrit :
thanks a lot !
does the use of WebSocket protocol requires a recent version for the
browser
as well as specific browsers ?
I ask this question because we have some clients using old versions
(for instance Internet Explorer 5 or 6)
thanks
On Dec 28, 3:12 pm, Anthony Catel<[email protected]> wrote:
You need the last version of the server. (git) in order to use websockets.
Anthony
Le 28/12/2010 15:08, Jean-Marie a crit :
I installed a more recent APE JSF framework (APE_JSF-c8a11b4)
but I didn't update APE server whose version is 1.0 ; is it correct
anyway ?
I specified protocol 6 in config.js file but how am I sure that the
WebSocket protocol
is being used ?
I don't see the difference with XHRStreaming protocol looking at
firebug log,
the http headers are the same
thanks for enlightening me
On Dec 23, 11:03 am, Jean-Marie<[email protected]> wrote:
Hello
I tried to use the WebSocket protocol setting APE.Config.transport to
6 as it specified in the documentation ;
Firebug mentions an error in file Core.js at the following line 100 :
support = transports[transport].browserSupport();//Test if browser
support transport
line 52 in file Core.js mentions all the protocols available :
transport: 0, // Transport 0: long polling, 1 : XHRStreaming, 2:
JSONP, 3 SSE / JSONP, 4 : SSE / XHR
so protocol 6 doesn't exist
as I installed APE 3 weeks ago I think that I have the latest
version ;
do I have to install something else ?
thanks a lot in advance for your help
Jean-Marie
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/