summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2011-09-29 16:17:16 -0500
committerJoel Martin <github@martintribe.org>2011-09-29 16:17:16 -0500
commit55e57c204824aa555fb208ef43749655414d790a (patch)
tree7adde602722616d45b56a718d72979657aab8d72 /README.md
parent67480981525b6aea51108ca44a3c3708743bc045 (diff)
downloadwebsockify-55e57c204824aa555fb208ef43749655414d790a.tar.gz
Fix VNCAuthProxy reference.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index f7eed36..5c705c8 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ implementations:
<th>other/websockify</th>
<th>other/websockify.js</th>
<th>other/kumina</th>
- <th>[http://code.osuosl.org/projects/twisted-vncauthproxy](VNCAuthProxy)</th>
+ <th>VNCAuthProxy 1</th>
</tr> <tr>
<th>Language</th>
<td>python</td>
@@ -101,7 +101,7 @@ implementations:
<td>yes</td>
</tr> <tr>
<th>SSL wss</th>
- <td>yes 1</td>
+ <td>yes 2</td>
<td>yes</td>
<td>no</td>
<td>no</td>
@@ -166,9 +166,14 @@ implementations:
</table>
-* Note 1: to use SSL/wss with python 2.5 or older, see the following
+* Note 1:
+ [http://code.osuosl.org/projects/twisted-vncauthproxy](VNCAuthProxy)
+ is part of Ganeti Web Manger and is not included with websockify.
+
+* Note 2: to use SSL/wss with python 2.5 or older, see the following
section on *Building the Python ssl module*.
+
Protocol draft/specification links:
* [Hixie 75](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-75)