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) <
pamela...@gmail.com> 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 <caps...@gmail.com>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 google-wave-...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-wave-api+unsubscr...@googlegroups.com<google-wave-api%2bunsubscr...@googlegroups.com>
>> .
>> 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 google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-wave-api+unsubscr...@googlegroups.com<google-wave-api%2bunsubscr...@googlegroups.com>
> .
> 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 google-wave-...@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.

Reply via email to