mxmbsocket/tests/Ratchet/Tests/Component
Mike Almond 52b1704155 FlashPolicy all the things
$policy = new Ratchet\Component\Server\FlashPolicyComponent();
$policy->addAllowedAccess('192.168.1.120', '8000');

$io = new Ratchet\Component\Server\IOServerComponent($policy);
$io->run(843);
2012-05-07 13:44:48 -04:00
..
Server FlashPolicy all the things 2012-05-07 13:44:48 -04:00
Session Unit tests 2012-04-29 20:42:33 -04:00
WAMP Unit tests 2012-04-29 20:42:33 -04:00
WebSocket/Version Fixed unit test namespace 2012-04-25 22:22:49 -04:00