summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2011-05-01 22:26:59 -0500
committerJoel Martin <github@martintribe.org>2011-05-01 22:26:59 -0500
commitd82aeac93ac82ec08bf1f360791e7961f8c02251 (patch)
tree0b844670d1a0a20b53f66331d332b8ebf05ab926 /README.md
parent88b71ce17168663c4e6887d3a55f921b79ef5037 (diff)
downloadwebsockify-d82aeac93ac82ec08bf1f360791e7961f8c02251.tar.gz
README.md: note protocols supported by each variant.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99471b8..2f408fe 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,9 @@ implementations:
<th>Session Record</th>
<th>Web Server</th>
<th>Program Wrap</th>
+ <th>Hixie 75</th>
+ <th>Hixie 76</th>
+ <th>IETF/HyBi 07</th>
</tr> <tr>
<td>websockify</td>
<td>python</td>
@@ -92,6 +95,9 @@ implementations:
<td>yes</td>
<td>yes</td>
<td>yes</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>yes</td>
</tr> <tr>
<td>other/websockify</td>
<td>C</td>
@@ -102,6 +108,9 @@ implementations:
<td>no</td>
<td>no</td>
<td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>no</td>
</tr>
</tr> <tr>
<td>other/websockify.js</td>
@@ -113,6 +122,9 @@ implementations:
<td>no</td>
<td>no</td>
<td>no</td>
+ <td>yes</td>
+ <td>yes</td>
+ <td>no</td>
</tr>
</table>