egarding adding the updation and deletion facility in console client.
i added a method
public void deleteBlip(String blipId) {
documents.remove(blipId);
}
in WaveletDataImpl
it deletes the blip. but it is deleted locally. it is not deleted at
waveserver. if i login
through another waveclient the blip is still there and for this
deletion waveletDocumentUpdated
method is not called. Will you please help me regarding this?
On Dec 3, 5:55 pm, Alex North <[email protected]> wrote:
> As far as I recall the console client has no facility for editing or
> removing blips. The console client is very simple, useful for testing, but
> not intended to be a fully-fledged client. Of course, if you or anyone would
> like to improve the console client to add such functionality it would be
> most welcome.
>
> Alex
>
> On 3 December 2010 21:04, faisalbhagat <[email protected]> wrote:
>
> > i am using waveinabox to provide chatting facility on my project. as a
> > client i have modified ConsoleClient. i am still unabe to find how can
> > i update or delete a blip. can any body plz help!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Wave Protocol" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<wave-protocol%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/wave-protocol?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups "Wave
Protocol" 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/wave-protocol?hl=en.