Spring provides a SockJS-less Websocket endpoint at `ws://host:port/socketentry/websocket` without using the SockJS bucket and session URL componets: `ws://host:port/socketentry/{bucket}/{session}/websocket`
Seems like a good starting point. Seems to be similar to Facebook API as used by the spring-android-samples (see FacebookConnectionFactoryin Spring API).