On Thu, Jul 31, 2014 at 3:26 PM, Bernd Fondermann <[email protected]> wrote: > Today, there is also the Websocket protocol. I'd highly recommend > using Websocket instead of BOSH/HTTP as a transport for XMPP. The > caveats are that not all browsers support Websocket and Vysper is not > providing an implementation of Websocket.
There is an implementation for websockets in Vysper: https://git-wip-us.apache.org/repos/asf?p=mina-vysper.git;a=tree;f=server/extensions/websockets;hb=HEAD That said, it most likely needs updating to reflect the latest websocket spec (update the Jetty dependency should be a good start), and possibly to the XMPP over websocket spec. /niklas
