Skip to content

Commit 66db52a

Browse files
committed
Update README with implemented protocol versions.
1 parent 563045a commit 66db52a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
Java WebSockets
22
===============
33

4-
### Note: This lib currently only supports the older draft 75 and draft 76.
5-
### Pull requests for the latests drafts would be more than accepted!
6-
74
This repository contains a barebones WebSocket server and client implementation
85
written in 100% Java. The underlying classes are implemented using the Java
96
`ServerSocketChannel` and `SocketChannel` classes, which allows for a
107
non-blocking event-driven model (similar to the
118
[WebSocket API](http://dev.w3.org/html5/websockets/) for web browsers).
129

10+
Implemented WebSocket protocol versions are:
11+
12+
* [Hixie 75](http://tools.ietf.org/id/draft-hixie-thewebsocketprotocol-75.txt)
13+
* [Hixie 76](http://tools.ietf.org/id/draft-hixie-thewebsocketprotocol-76.txt)
14+
* [Hybi 10](http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-10.txt)
15+
1316
Running the Example
1417
-------------------
1518

0 commit comments

Comments
 (0)