module.exports = { handshakeGUID: '258EAFA5-E914-47DA-95CA-C5AB0DC85B11', upgradeHeaderRequirement: 'websocket', websocketVersionRequirement: '13', states: { CONNECTING: 'CONNECTING', OPEN: 'OPEN', CLOSING: 'CLOSING', CLOSED: 'CLOSED' }, opcodes: { 'CONTINUATION': 0x00, 'TEXT_FRAME': 0x01, 'BINARY_FRAME': 0x02 } };