[hybi] fyi: Websockets prototype updated

Gabriel Montenegro <Gabriel.Montenegro@microsoft.com> Thu, 10 February 2011 08:50 UTC

Return-Path: <Gabriel.Montenegro@microsoft.com>
X-Original-To: hybi@core3.amsl.com
Delivered-To: hybi@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id EE7DD3A69F4 for <hybi@core3.amsl.com>; Thu, 10 Feb 2011 00:50:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.448
X-Spam-Level:
X-Spam-Status: No, score=-9.448 tagged_above=-999 required=5 tests=[AWL=1.150, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TIicuofgDFTS for <hybi@core3.amsl.com>; Thu, 10 Feb 2011 00:50:02 -0800 (PST)
Received: from smtp.microsoft.com (mailc.microsoft.com [131.107.115.214]) by core3.amsl.com (Postfix) with ESMTP id E0FD13A6933 for <hybi@ietf.org>; Thu, 10 Feb 2011 00:50:02 -0800 (PST)
Received: from TK5EX14MLTC101.redmond.corp.microsoft.com (157.54.79.178) by TK5-EXGWY-E803.partners.extranet.microsoft.com (10.251.56.169) with Microsoft SMTP Server (TLS) id 8.2.176.0; Thu, 10 Feb 2011 00:50:14 -0800
Received: from TK5EX14MLTW651.wingroup.windeploy.ntdev.microsoft.com (157.54.71.39) by TK5EX14MLTC101.redmond.corp.microsoft.com (157.54.79.178) with Microsoft SMTP Server (TLS) id 14.1.270.2; Thu, 10 Feb 2011 00:50:14 -0800
Received: from TK5EX14MBXW605.wingroup.windeploy.ntdev.microsoft.com ([169.254.5.102]) by TK5EX14MLTW651.wingroup.windeploy.ntdev.microsoft.com ([157.54.71.39]) with mapi; Thu, 10 Feb 2011 00:50:13 -0800
From: Gabriel Montenegro <Gabriel.Montenegro@microsoft.com>
To: "hybi@ietf.org" <hybi@ietf.org>
Thread-Topic: fyi: Websockets prototype updated
Thread-Index: AcvI/4dn5mdHes0fR0C3JJKbpFEjxQ==
Date: Thu, 10 Feb 2011 08:50:12 +0000
Message-ID: <CA566BAEAD6B3F4E8B5C5C4F61710C1126E04DBF@TK5EX14MBXW605.wingroup.windeploy.ntdev.microsoft.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Content-Type: multipart/alternative; boundary="_000_CA566BAEAD6B3F4E8B5C5C4F61710C1126E04DBFTK5EX14MBXW605w_"
MIME-Version: 1.0
Subject: [hybi] fyi: Websockets prototype updated
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hybi>
List-Post: <mailto:hybi@ietf.org>
List-Help: <mailto:hybi-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hybi>, <mailto:hybi-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 10 Feb 2011 08:50:04 -0000

FYI, the prototype available at HTML5 Labs was recently updated to rev 04 of the draft. We expect to continue updating the prototype to 05 and beyond:
http://blogs.msdn.com/b/interoperability/archive/2011/02/09/the-updated-websockets-prototype.aspx

One more demo was added (now 3). For further info, downloads, etc:
http://html5labs.interoperabilitybridges.com/prototypes/available-for-download/websockets

Gabriel