File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 3434 < h1 > Java-WebSocket</ h1 >
3535 < p > A barebones WebSocket client and server implementation written in 100% Java.</ p >
3636 < hr >
37- < span class ="credits left "> Project maintained by < a href ="https://github.com/Davidiusdadi " > Davidiusdadi </ a > </ span >
37+ < span class ="credits left "> Project maintained by < a href ="https://github.com/marci4 " > marci4 </ a > </ span >
3838 < span class ="credits right "> Hosted on GitHub Pages — Theme by < a href ="http://twitter.com/#!/michigangraham "> mattgraham</ a > </ span >
3939 </ div >
4040
@@ -49,10 +49,6 @@ <h1>Java WebSockets</h1>
4949< p > Implemented WebSocket protocol versions are:</ p >
5050
5151< ul >
52- < li > < a href ="http://tools.ietf.org/id/draft-hixie-thewebsocketprotocol-75.txt "> Hixie 75</ a > </ li >
53- < li > < a href ="http://tools.ietf.org/id/draft-hixie-thewebsocketprotocol-76.txt "> Hixie 76</ a > </ li >
54- < li > < a href ="http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-10.txt "> Hybi 10</ a > </ li >
55- < li > < a href ="http://tools.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-17.txt "> Hybi 17</ a > </ li >
5652< li > < a href ="http://tools.ietf.org/html/rfc6455 "> RFC 6455</ a > </ li >
5753</ ul > < h2 > Running the Example</ h2 >
5854
@@ -189,4 +185,4 @@ <h2>License</h2>
189185 </ script >
190186
191187 </ body >
192- </ html >
188+ </ html >
You can’t perform that action at this time.
0 commit comments