From 1f7a87eceeea3f7c07a001f968f82529a02c1ead Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 4 Aug 2011 11:12:57 -0500 Subject: [PATCH] Grr, links can't be in table fields apparently. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b0ccaf..05b8589 100644 --- a/README.md +++ b/README.md @@ -132,19 +132,19 @@ implementations: no yes - [Hixie 75](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-75) + Hixie 75 yes yes yes no - [Hixie 76](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76) + Hixie 76 yes yes yes yes - [IETF/HyBi 07-10](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10) + IETF/HyBi 07-10 yes no no @@ -156,6 +156,12 @@ implementations: * Note 1: 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) + * [Hixie 76](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76) + * [IETF/HyBi 07](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07) + * [IETF/HyBi 10](http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10) ### Wrap a Program