Skip to content

Commit 60ad6de

Browse files
author
Animesh Kumar
committedFeb 3, 2011
updated README
1 parent 977f107 commit 60ad6de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Websocket Android Plugin with Phonegap integration
22
--------------------------------------------------
33

44
This is a Java library that implements Websockt API (Draft-75/76) for Android platform. Library uses java.nio.* packages for
5-
efficinet non-blocking evented behavior. It easily gets integrated with Phonegap framework.
5+
efficient non-blocking evented behavior. It easily gets integrated with Phonegap framework too.
66

77
Usage (native Android)
88
----------------------
@@ -50,3 +50,6 @@ Usage (Phonegap)
5050
socket.onclose = function() {
5151
alert('closed');
5252
};
53+
54+
55+
ps: It doesn't support 'onerror' event, and various states as defined by WebSocket APIs yet. I am working on it. By the way, if you like the project, join the force.

0 commit comments

Comments
 (0)
Failed to load comments.