mxmbsocket/tests/Ratchet/Tests/Component/Server
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
..
FlashPolicyComponentTest.php FlashPolicy all the things 2012-05-07 13:44:48 -04:00
IOServerComponentTest.php Mock MessageComponent common access 2012-04-29 12:38:37 -04:00
IpBlackListComponentTest.php Silently fail unblock 2012-04-29 13:53:10 -04:00