diminish7 / rave

A Google Wave robot client framework for Ruby
http://github.com/diminish7/rave
MIT License
62 stars 8 forks source link

Wavelet#remove_participant and #remove_robot have no effect #30

Open bil-bas opened 14 years ago

bil-bas commented 14 years ago

Operation data looks good. Nothing happens. I wouldn't expect remove_participant to remove a non-robot, so I haven't tried with that.

diminish7 commented 14 years ago

remove_participant should be allowed to remove a non-robot. Any participant should be removable.

diminish7 commented 14 years ago

Also, looks like neither of these is implemented in the Python API yet (although they are in the Java API). I'll test it out with the Java API and compare the operation JSON data. But depending on how well this works in the Java API, I may remove this from the 0.2.0 release.