Chris Boden
b05552b219
Revert "[WebSocket] Frame concatenation"
...
This reverts commit 53354cd967d60115f9ab2bd833d3b0650bbd175c.
2012-06-07 09:05:36 -04:00
Chris Boden
a563fa3b0e
[WebSocket] Frame concatenation
...
If the server receives two frames that have been concatenated (RFC only) they're not separated properly
2012-06-07 09:00:31 -04:00
Chris Boden
7d9db7c377
[WebSocket] Bug fix on close frame
2012-05-14 16:33:46 -04:00
Chris Boden
1443a59724
[WebSocket] [WAMP] Sub-Protocols
...
Updated how Ratchet handles WebSocket sub-protocols
Broke out WsServerInterface to not extend MessageInterface;
Components will instead use Interface segregation principle
WAMP is now able to work without the developer having to
manually enable the WAMP sub-protocol
2012-05-12 22:42:56 -04:00
Chris Boden
2ffcc6b0a7
[BCB] Namespace changes
...
Removed the `Component` namespace
Removed the `Resource` namespace
Renamed components:
`IOServerComponent` => `IoServer`
`WebSocketComponent` => `WsServer`
`SessionComponent` => `SessionProvider`
`WAMPServerComponent` => `WampServer`
`IpBlackListComponent` => `IpBlackList`
`FlashPolicyComponent` => `FlashPolicy`
2012-05-08 23:14:28 -04:00