Token was encoded as utf-8 string. However, token is a byte string
that is not required to be utf-8 encodable. This patch changes
token type in the Message class to string of bytes instead of string
of characters.
Signed-off-by: Hubert Miś <hubert.mis@gmail.com>