latos / wave-protocol

Automatically exported from code.google.com/p/wave-protocol
0 stars 0 forks source link

Suggestion - Allow robots to update capabilities hash during runtime #219

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Every robot/data API operations are prepended by robot.notify operation to make 
sure that the wave server's info about robot capabilities stays up to date. 
However, the Java Robot API doesn't allow to update the capabilities hash 
dynamically during runtime. It's a pity since the server supports it, and there 
be very good reasons for a robot to update the capabilities based on the 
robot's state.
In my case, that would allow to create a framework to dynamically plugin 
proxies into host robot and then update the capabilities based on the 
requirements of a specific proxy.

Please review the patch at: http://codereview.waveprotocol.org/539001
(it's really a small one) 

Original issue reported on code.google.com by vega113 on 12 Feb 2011 at 7:32

GoogleCodeExporter commented 8 years ago
fixed by 26377f8396 

Original comment by vega113 on 22 Feb 2011 at 3:27

GoogleCodeExporter commented 8 years ago

Original comment by michael.macfadden on 23 Apr 2011 at 3:46