I need a bit of assistance in mobicents sipservlets and defining ws or wss transports when acting as a client looking at the
https://github.com/Mobicents/sip-servlets/blob/master/sip-servlets-examples/websocket-b2bua/src/main/java/org/mobicents/servlet/sip/example/WebSocketB2BUASipServlet.java example and it looks to depend on the aor carrying a ws contact to define the destination transport. Looking at the JSR 289 spec only udp", "tcp", "sctp", "tls" are defined and others can be defined as well. Would the container be prepared to be sent wss or wss when using SipURI.setTransportParam
?
Any guidance would appreciated.
Thanks,
Yes. Support for ws and wss transports were added. You can use them safely.