Yes. A blip is deleted by removing its entry from the conversation manifest document, and clearing the blip document's content.
The mechanism is described here: http://wave-protocol.googlecode.com/hg/spec/conversation/convspec.html. But rather than implement that yourself you can just use the conversation model code in org.waveprotocol.wave.model.conversation to do it for you. That code hasn't been integrated down to the trunk yet, but you can find it on the io2010 branch: http://code.google.com/p/wave-protocol/source/browse?repo=io2010#hg/src/org/waveprotocol/wave/model/conversation HTH, Alex On 19 July 2010 22:02, mathi <[email protected]> wrote: > Hi all, > > We are working on integrating fedone server into our application. > One of our requirement is users should be able to delete the messages > (blip), is it possible to delete the blip?Can we delete the blip? can > we mark the blip as read? > This would help us to proceed forward.Thanks in advance. > > regards, > mathi. > > -- > 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.
