It turns out that there is an issue with the WaveletSelfRemoved event, and it is not being triggered: http://code.google.com/p/google-wave-resources/issues/detail?id=690
On Mon, Mar 1, 2010 at 5:54 AM, Kapil Neurgaonkar <[email protected]> wrote: > Hi Pamela, > I changed the version in the capabilities document to 1.1 > (Ref.<http://www.onthetopofthewave.com/2009/11/develop-your-first-wave-robot-in-java-2/>) > . But it isn't working. I even tried to change the MSB of the version > number. I have modified the capabilities document many times. How can i > calculate the version number? > > Thanks a lot, > Kapil Neurgaonkar > > > > On Sun, Feb 28, 2010 at 12:49 PM, pamela (Google Employee) < > [email protected]> wrote: > >> 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]<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]<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.
