WebSocket support

Issue #18 closed
Former user created an issue

Hi I 'm interseted well to your babbler library but we need the support of WebSocket (RFC 7395) instead of using BOSH. Do you think that it is possible?

Comments (5)

  1. Maurice Ampt

    I think if you could supply the developers with an XMPP server that supports and accepts WebSocket connections an attempt could be made to expand Babbler with WebSocket support.

  2. Soo Han

    I tried to extend the current api to support websocket. it is doable but i had to wrap a lot of classes since it is package private and final methods in the core connections. Version 0.6.1 made classes public so it's less difficult.

  3. Log in to comment