dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

set a proxy_for id to a fetched wavelet #719

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In order to set a proxy_for id to a fetched wavelet, it is required to set a 
robot address expressly. 

wavelet = active_robot.fetch_wavelet(wave_id, wavelet_id)
wavelet.robot_address = 'foo@appspot.com'
reply_blip = wavelet.proxy_for('bar').reply()

I mean, unless the second line the third line causes an error.

Is this a feature?

Original issue reported on code.google.com by andy...@gmail.com on 3 Apr 2010 at 3:58

GoogleCodeExporter commented 9 years ago

Original comment by pamela.fox on 4 Apr 2010 at 6:15

GoogleCodeExporter commented 9 years ago
You are right that robot_address must be set on the wavelet. This isn't covered 
very 
well in the documentation. I will update the docs to make it clearer that it is 
required when using fetch_wavelet.

Original comment by joe.gregorio@gmail.com on 7 May 2010 at 1:27