1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-09-20 22:59:32 +02:00
Smack/smack-websocket/src/main/java/org/jivesoftware/smack/websocket
Guus der Kinderen 3f13d90a56 Websocket implicit discovery should use common ports
When enabled, the websocket implementation will attempt to use two implicit endpoints, using these URLs:
- `wss://[host]:5443/ws`
- `ws://[host]:5443/ws`

These endpoints should include ports that are used by default by known implementations, such as 5280/5281 (Prosody) and 7070/7443 (Openfire).
2023-01-19 13:09:20 +01:00
..
elements Remove AbstractWebsocketNonza since it is no longer needed 2021-01-25 20:31:51 +01:00
impl [websocket] Fix getStreamFromOpenElement() 2021-04-01 17:43:07 +02:00
rce Rework WebSocket code 2021-01-25 19:56:54 +01:00
package-info.java s/Websocket/WebSocket/ 2020-09-01 21:47:36 +02:00
WebSocketConnectionAttemptState.java Add smack-websocket-java11 2021-02-14 20:34:40 +01:00
WebSocketException.java Rework WebSocket code 2021-01-25 19:56:54 +01:00
WebSocketInitializer.java s/Websocket/WebSocket/ 2020-09-01 21:47:36 +02:00
XmppWebSocketTransportModule.java Websocket implicit discovery should use common ports 2023-01-19 13:09:20 +01:00
XmppWebSocketTransportModuleDescriptor.java Add smack-websocket-java11 2021-02-14 20:34:40 +01:00