File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed
Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ non-blocking event-driven model (similar to the
1111Implemented WebSocket protocol versions are:
1212
1313 * [ RFC 6455] ( http://tools.ietf.org/html/rfc6455 )
14+
15+ Implemented, but deprecated, WebSocket protocol versions are:
16+
1417 * [ Hybi 17] ( http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-17.txt )
1518 * [ Hybi 10] ( http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-10.txt )
1619 * [ Hixie 76] ( http://tools.ietf.org/id/draft-hixie-thewebsocketprotocol-76.txt )
@@ -172,14 +175,6 @@ if ("google_sdk".equals( Build.PRODUCT )) {
172175```
173176
174177
175- Getting Support
176- ---------------
177-
178- If you are looking for help using ` Java-WebSocket ` you might want to check out the
179- [ #java-websocket] ( http://webchat.freenode.net/?channels=java-websocket ) IRC room
180- on the FreeNode IRC network.
181-
182-
183178License
184179-------
185180
Original file line number Diff line number Diff line change 66 <version >1.3.3</version >
77 <name >java-websocket</name >
88 <description >A barebones WebSocket client and server implementation written 100% in Java</description >
9- <url >http ://java-websocket.org/ </url >
9+ <url >https ://github.com/TooTallNate/Java-WebSocket </url >
1010 <licenses >
1111 <license >
1212 <name >MIT License</name >
Original file line number Diff line number Diff line change 11(defproject org.java-websocket /java-websocket " 1.3.3"
22 :description " A barebones WebSocket client and server implementation written 100% in Java"
3- :url " http ://java-websocket.org/ "
3+ :url " https ://github.com/TooTallNate/Java-WebSocket "
44 :scm {:name " git"
55 :url " https://github.com/TooTallNate/Java-WebSocket" }
66 :license {:name " MIT License"
You can’t perform that action at this time.
0 commit comments