- Client to Server:
password\n
orpassword\r\n
- Server to Client:
OK\n
orOK\r\n
OK2\n
orOK2\r\n
with following headers (e.g.ICY-Caps: 11\n
orICY-Caps: 11\r\n
) and a terminating\n
or\r\n
.- Any other response will be interpreted as an error.
- Client to Server:
headerName: headerValue\n
orheaderName: headerValue\r\n
and a terminating\n
or\r\n
. - Client to Server: The stream data.
TODO