Re: [Spice-devel] [PATCH spice-html5] Inform agent about client's capabilities

2015-01-15 Thread Jeremy White
>> Shouldn't we go ahead and store the inbound caps? >> > > Well, we have no use for them. I can add the line, if you prefer. Nah, you're right. ACKed and pushed. Cheers, Jeremy ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://li

Re: [Spice-devel] [PATCH spice-html5] Inform agent about client's capabilities

2015-01-15 Thread Pavel Grunt
Hi Jeremy, > > Hi Pavel, > > Mostly looks good; one question: > > > Shouldn't we go ahead and store the inbound caps? > Well, we have no use for them. I can add the line, if you prefer. Best regards, Pavel ___ Spice-devel mailing list Spice-devel

Re: [Spice-devel] [PATCH spice-html5] Inform agent about client's capabilities

2015-01-15 Thread Jeremy White
Hi Pavel, Mostly looks good; one question: On 01/15/2015 06:33 AM, Pavel Grunt wrote: > The client should inform the agent about capabilities > when the connection is established. This avoid receiving unhandled > agent messages. > +if (agent_data.type == VD_AGENT_ANNOUNCE_CAPABILITIES) >

[Spice-devel] [PATCH spice-html5] Inform agent about client's capabilities

2015-01-15 Thread Pavel Grunt
The client should inform the agent about capabilities when the connection is established. This avoid receiving unhandled agent messages. --- depends on: http://lists.freedesktop.org/archives/spice-devel/2015-January/018590.html Unhandled agent messages are related to the clipboard sharing capabil