I glanced over it, and it looks a lot cleaner now. One thing I'd like to see would be the addition of the NEW_WAVE_ID event (http:// code.google.com/p/google-wave-resources/issues/detail?id=287). It might be a good time to add it now, and it shouldn't be too complicated to do so.
NEW_WAVE_ID - blipId (String) Blip ID of the root blip - newWaveId (String) Wave ID of the new wave - newBlipId (String) Blip ID of the root blip of the new wave - token (String) a token which should be fed back to the wave, like a cookie, to identify the origin of the event. A call to create a new wave would then be something like token = unix_timestamp # eventually put this into the datastore if it's important robot_abstract.NewWave(context, context.GetRootWavelet ().GetParticipants(), token) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
