Hello,
I created a java robot which receives events for BLIP_SUBMITTED, which
it responds to by appending it's own child Blip.
This results in another BLIP_SUBMITTED event being received and an
infinite loop of operation/event.
I'm really surprised by this behaviour as the documentation
http://code.google.com/apis/wave/extensions/robots/index.html
Says:
A robot can perform operations on any wavelet in which it is a
participant, and can also create new wavelets and waves. Operations
performed by a robot are not reported back to the robot that did them,
though they are reported to other participants in the affected
wavelets, including other robots.
Which seems to be contradictory to the observed behaviour.
Rgds,
Mark