[Google Wave APIs] Re: Robot notified when it is added as participant?

2009-10-23 Thread Karan Bhatnagar
EventType.WAVELET_SELF_ADDED is being triggered if I add robotn...@appspot.com. It is again triggered if I add robotname+...@appspot.com robotname%2b...@appspot.com. Any hint how to handle the situation that I should call my handler only the first time? I think if I can determine if my robot is

[Google Wave APIs] Re: Robot notified when it is added as participant?

2009-10-22 Thread Austin Chau (Google employee)
The event you want to catch is EventType.WAVELET_SELF_ADDED This event type does not need to be explicitly registered for, it is added by default to all robot. Austin On Thu, Oct 22, 2009 at 8:57 AM, Karan karan.bhatna...@gmail.com wrote: Hi, Out of the seven actions events listed at