Hi Kapil-

Have you also increased the version number in your capabilities? See:
http://code.google.com/apis/wave/extensions/robots/index.html#Versioning

<http://code.google.com/apis/wave/extensions/robots/index.html#Versioning>-
pamela

On Sat, Feb 27, 2010 at 9:34 PM, Kapil Neurgaonkar <[email protected]>wrote:

> I'm trying to trace the event of removal of the robot from a wave. I wanted
> to make necessary changes in the AppEngine Datastore if the robot is removed
> as a participant from any wave.
>
> Here is my code for action on the event :
>
> private void waveletSelfRemoved(Wavelet wavelet) {
>         Blip blip = wavelet.appendBlip();
>         TextView textview = blip.getDocument();
>         textview.append("Goodbye everyone, Enjoy waving..!!");
>     }
>
> I have also added the WAVELET_SELF_REMOVED in capability document.
> What could be the problem?
>
> Thank You,
> Kapil Neurgaonkar
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Wave API" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-wave-api%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-wave-api?hl=en.
>

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

Reply via email to