From f0dde807267aa3d45962f3f578338383f215ab2d Mon Sep 17 00:00:00 2001 From: kazuyukitanimura Date: Tue, 23 Nov 2010 06:10:09 +0000 Subject: [PATCH 1/2] patch: now a server can receive multiple messages --- sws.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sws.js b/sws.js index e4fa9ed..9b2e2ca 100644 --- a/sws.js +++ b/sws.js @@ -75,10 +75,11 @@ module.exports = function verifier(options) l=onmsgs.length for(var i=0;i Date: Fri, 4 Mar 2011 01:46:09 +0000 Subject: [PATCH 2/2] fixed package.json --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f267d9a..d932837 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - name: "SessionWebSocket", - description: "socket.io & connect based session notification for websockets", - author: "bradleymeck", - version: "0.1.1", - main: "sws.js" -} \ No newline at end of file + "name": "SessionWebSocket", + "description": "socket.io & connect based session notification for websockets", + "author": "bradleymeck", + "contributors": ["kazuyukitanimura"], + "version": "0.1.1", + "main": "sws.js" +}