-
The same issue affected prosody a while ago https://issues.prosody.im/837
I did not reproduce myself, the issue was reported by an
xmpp.js
user see https://github.com/xmppjs/xmpp.js/issues/807
The same issue affected prosody a while ago https://issues.prosody.im/837
I did not reproduce myself, the issue was reported by an xmpp.js
user see https://github.com/xmppjs/xmpp.js/issues/807
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.