Skip to content

Commit 253ae5c

Browse files
committed
Small cleanups
1 parent 08dd1d8 commit 253ae5c

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

README.markdown

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ non-blocking event-driven model (similar to the
1111
Implemented 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-
183178
License
184179
-------
185180

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)