News and announcements

GNU WebSocket4J version 1.3 released

Written for GNU WebSocket4J by Marek Aaron Sapota on 2010-09-24

GNU WebSocket4J is a WebSocket protocol implementation in Java.

You can find more about GNU WebSocket4J here: http://gnu.org/software/websocket4j
Release packages are available here: https://launchpad.net/websocket4j/+download

What is new in GNU WebSocket4J 1.3:

- WebSocket4J is now part of the GNU project (http://gnu.org).

- License changed from GNU LGPLv3+ to GNU GPLv2 (or later) with linking
  exception (same license that is used by GNU Classpath project).

- New build system. GNU WebSocket4J now uses GNU Autoconf and GNU Automake, and
  can be installed by standard './configure && make && make install'.
  Additionally it can be installed in platform specific way for RPM and DEB
  based distributions.

- Documentation includes GNU WebSocket Reference Manual along JavaDoc.

- Sent and received messages are forced to use UTF-8 encoding, so it should work
  properly on platforms that have different default string encoding.

- Fixed bug when client didn't want to accept server's perfectly fine
  Status-line (fixes several compatibility issues with other WebSocket
  implementations).

WebSocket4J v1.2 ready

Written for GNU WebSocket4J by Marek Aaron Sapota on 2010-08-04

New features include implementation of the client side of the protocol, ability to get requested URI from accepted socket and several bug fixes. This release also includes HTML5 example echo client.

Client side web sockets ready for testing

Written for GNU WebSocket4J by Marek Aaron Sapota on 2010-08-02

Today code implementing client side of the web socket protocol was committed. So far it was only tested against WebSocket4J server so bug reports are welcome.

Version 1.1 released

Written for GNU WebSocket4J by Marek Aaron Sapota on 2010-08-01

WebSocket4J-v1.1 is ready! This release fixes crashes when client was sending cookies as part of the handshake.

14 of 4 results