Skip to content

Use final capabilities to check client messages

Frediano Ziglio requested to merge fziglio/vd_agent_win:mr_caps into master

The client is sending messages that are compatible with agent capabilities but also encoded with capabilities it knows of so to check them we need to consider final capabilities, not client ones.

This fixes a regression introduced with "vdagent: Reuse agent_check_message" where some messages were wrongly interpreted as wrong (particularly some clipboard messages).

Edited by Frediano Ziglio

Merge request reports