saltyrtc / saltyrtc-client-java

SaltyRTC Java implementation.
Apache License 2.0
3 stars 4 forks source link

Fix 'send-error' message validation #104

Closed lgrahl closed 5 years ago

lgrahl commented 5 years ago

Resolves #99

This also removes the MessageHistory class since it has shown that there is no reliability guarantee, since messages can still get lost in TCP buffers. For that reason, the 'send-error' message is planned to be removed.