mxmbsocket/tests
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
..
Ratchet/Tests FlashPolicy all the things 2012-05-07 13:44:48 -04:00
bootstrap.php Simplified 2012-04-25 21:58:12 -04:00