[Google Wave APIs] Re: Can Robot updates the wave outside processEvents()?

2009-10-23 Thread markowl

Hello,

> ... a question came up: Is is possible to update a wave
> (e.g.: append blip) outside processEvents() method (Java API)?

I believe you can also update a Wave using the Cron events.
http://code.google.com/intl/ja-JP/apis/wave/extensions/robots/index.html

I've not tested this myself however.

Rgds,
Mark


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---



[Google Wave APIs] operations reported back to the robot that did them

2009-10-21 Thread markowl

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

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-api@googlegroups.com
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en
-~--~~~~--~~--~--~---