mxmbsocket/tests/Ratchet
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
..
Tests FlashPolicy all the things 2012-05-07 13:44:48 -04:00