- Add Capabilities flags to handshake mechanism to allow server to tell the client server bus what features are available on the server, rather than having the client have to figure it out by brute force. - Add supporting for regular polling (non-long polling) -- mainly for the purpose of unit testing as long-polling doesn't really work very well with HtmlUnit which is single-threaded only.