Unknown opened 5 years ago
|
|
The same issue affected prosody a while ago https://issues.prosody.im/837 I did not reproduce myself, the issue was reported by an |
|
I've just fixed the issue and added a test case for our tests which are executed daily. Tomorrow's SNAPSHOT build of Tigase XMPP Server 8.1.0 will contain a fix for this issue. |
Describe the bug
After connecting with WebSocket and opening the "stream", Tigase sends the
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
stream feature which is not compatible with WebSocket.Expected behavior
Tigase does not send
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
stream feature for WebSocket connections.