I'am trying to connect a WebRTC C client to a Java Server under CometD through Websocket.
The problem is that, it is not possible to use regular websocket libraries like "Libwebsockets" to handshake the Java Bayeux Server.
Is there any C library that allows us to handshake a Bayeux Server or let us make a custom handshake form ?
If not, i will have to code my own connector. This scenario taken into account, do you have any ideas where to start or what to use to allow me to make a custom handshake form in C ?
Any help would be much appreciated.