Projects tigase _server server-core Issues #668
Server MUST close WebSocket connection when it receives unmasked packet (#668)
Closed
Andrzej Wójcik (Tigase) opened 8 years ago
Due Date
2016-04-03

According to RFC XMPP server MUST close WebSocket connection when it receives unmasked WebSocket frame from client, however Tigase XMPP Server right now accepts this kind of WebSocket frames and keeps connection open

Created from forum thread: message#6473

Andrzej Wójcik (Tigase) commented 8 years ago

I added proper check on server side.

To enable compatibility with clients which are not masking frames following line needs to be added to etc/init.properties file:

--ws-allow-unmasked-frames=true
Artur Hefczyc commented 8 years ago

Daniel, please add the new property to our online documentation: http://docs.tigase.org/tigase-server/snapshot/Properties_Guide/webhelp/

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
4068
Version
tigase-server-7.1.0
Spent time
10h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#668
Please wait...
Page is in error, reload to recover