Projects tigase _server server-core Issues #1373
tigase sends starttls stream feature over Websocket (#1373)
Closed
Unknown opened 5 years ago

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.

Unknown commented 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 xmpp.js user see https://github.com/xmppjs/xmpp.js/issues/807

Unknown commented 5 years ago

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.

issue 1 of 1
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1373
Please wait...
Page is in error, reload to recover