[hybi] Apache WebSocket module

Self Disconnect <self.disconnect@gmail.com> Fri, 03 June 2011 16:33 UTC

Return-Path: <self.disconnect@gmail.com>
X-Original-To: hybi@ietfa.amsl.com
Delivered-To: hybi@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8B211E06C2 for <hybi@ietfa.amsl.com>; Fri, 3 Jun 2011 09:33:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.598
X-Spam-Level:
X-Spam-Status: No, score=-3.598 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CR5GMDYLabUk for <hybi@ietfa.amsl.com>; Fri, 3 Jun 2011 09:33:16 -0700 (PDT)
Received: from mail-gw0-f44.google.com (mail-gw0-f44.google.com [74.125.83.44]) by ietfa.amsl.com (Postfix) with ESMTP id C11E4E067F for <hybi@ietf.org>; Fri, 3 Jun 2011 09:33:16 -0700 (PDT)
Received: by gwb20 with SMTP id 20so1063466gwb.31 for <hybi@ietf.org>; Fri, 03 Jun 2011 09:33:16 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=Sv4sNbvjV2tXzvChURAef8TKkLdRoqx0JPOwrfmSo3A=; b=RL/YTQ4ugN4jA2K/hCOBk7/lJZwDKzYiefJz9UCmXoPywhHKw/drUJykDZh8LvSXEu KH5FD1+I9N/nFMQ8q/SJbb92RltRjS93cLBXagNxyXM4RmXlCJyoz8l9N5TrifYifHad GZS4QW07Fs5+4ys1Bt0KfAZL8hxnfmR5/IYT0=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=FctFwmLMFcYELgQ9pCA8h38D6sXKNS5WZfWPPFvCMqaSx177Cpr/H4+wUduXcg9usV 0+buGmmadGPHd3EPkuoauFQQQR7CB6Wpslluxq2GKoyW/HwDAKIsvIouWMcQQB8ctWEo bXmFSLCOOHRTSngsQbeA1q/GGESqje+e+Mh1A=
MIME-Version: 1.0
Received: by 10.101.176.33 with SMTP id d33mr1529145anp.2.1307118796083; Fri, 03 Jun 2011 09:33:16 -0700 (PDT)
Received: by 10.100.197.18 with HTTP; Fri, 3 Jun 2011 09:33:16 -0700 (PDT)
Date: Fri, 03 Jun 2011 09:33:16 -0700
Message-ID: <BANLkTimgaMbjtK_ynHDnC1J_XxYJwXGTOQ@mail.gmail.com>
From: Self Disconnect <self.disconnect@gmail.com>
To: hybi <hybi@ietf.org>
Content-Type: multipart/alternative; boundary="001636c5bea285131a04a4d14f6d"
Subject: [hybi] Apache WebSocket module
X-BeenThere: hybi@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Server-Initiated HTTP <hybi.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Fri, 03 Jun 2011 16:33:17 -0000

For those interested, I have updated the Apache WebSocket module on GitHub
to support draft-07.

git clone git@github.com:disconnect/apache-websocket.git

It is an initial implementation, and feedback is welcome.

-- 
def self.disconnect
  redirect_to http://github.com/disconnect/apache-websocket
end