Use the proper protocol names
authorSze Howe Koh <szehowe.koh@gmail.com>
Wed, 2 Apr 2014 12:18:13 +0000 (20:18 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 9 Apr 2014 02:01:17 +0000 (04:01 +0200)
commitc8da97458d4f8003beea00d8ba9791e3551be171
treecf07232e1f31c01d06644648d3c34d6aa4fca4e0
parent02529e4d9ae2b17c0f15f7f05681f6385bfaa05a
Use the proper protocol names

- "WebSocket" is one word, with uppercase 'W' and 'S'.
- "HTTP"/"HTTPS" is fully uppercase

Change-Id: Ice3a50c94394433c97f7347291af5cda69b234ce
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
18 files changed:
examples/websockets/doc/echoclient.qdoc
examples/websockets/doc/echoserver.qdoc
examples/websockets/doc/simplechat.qdoc
examples/websockets/echoclient/echoclient.cpp
examples/websockets/echoserver/echoclient.html
examples/websockets/simplechat/chatclient.html
examples/websockets/sslechoclient/sslechoclient.cpp
examples/websockets/sslechoserver/sslechoclient.html
src/imports/qmlwebsockets/qmlwebsockets_plugin.cpp
src/imports/qmlwebsockets/qmlwebsockets_plugin.h
src/websockets/qwebsocket.cpp
src/websockets/qwebsocket_p.cpp
src/websockets/qwebsocketdataprocessor.cpp
src/websockets/qwebsocketframe.cpp
src/websockets/qwebsocketprotocol.cpp
src/websockets/qwebsocketserver.cpp
src/websockets/qwebsocketserver_p.cpp
tests/auto/handshakerequest/tst_handshakerequest.cpp