# MojoX::Transaction::WebSocket76 - WebSocket version hixie-76 transaction container

MojoX::Transaction::WebSocket76 is a container for WebSocket transactions as
described in the hixie-76 draft. Support for this version of the protocol was
removed in Mojolicious 1.17. However, only old versions of the Safari browser
(5.0.1) support it.

**NOTICE:** This code tested with Mojolicious 4.xx and below and might not
works with higher versions. This code not works with Mojolicious 6.40 and
above.

## Installation

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install

## Support and documentation

After installing, you can find documentation for this module with the
`perldoc` command.

   perldoc MojoX::Transaction::WebSocket76

You can also look for information at the following locations:

- Repository:
       http://github.com/dionys/mojox-transaction-websocket76
- Bug tracker:
       http://github.com/dionys/mojox-transaction-websocket76/issues
- Annotated CPAN documentation:
       http://annocpan.org/dist/MojoX-Transaction-WebSocket76
- CPAN Ratings:
       http://cpanratings.perl.org/d/MojoX-Transaction-WebSocket76
- Search CPAN:
       http://search.cpan.org/dist/MojoX-Transaction-WebSocket76/

## Author

Denis Ibaev, [email protected].

## Contributors.

Paul Cochrane, cpan:PTC, [email protected].

## Copyright and license

Copyright (C) 2012-2016, Denis Ibaev.

This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

See http://dev.perl.org/licenses/ for more information.