Removed the `Component` namespace Removed the `Resource` namespace Renamed components: `IOServerComponent` => `IoServer` `WebSocketComponent` => `WsServer` `SessionComponent` => `SessionProvider` `WAMPServerComponent` => `WampServer` `IpBlackListComponent` => `IpBlackList` `FlashPolicyComponent` => `FlashPolicy`
React at the core of Ratchet, refs #6 Removed Commands (except WAMP), refs #22 Updated Guzzle to 2.4 branch, refs #20 Fixed some Hixie bugs, refs #21
Added write/end methods to Connections Created decorator class implementing ConnectionInterface