diegospc / wave-protocol

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

ProxyFor functionality doesn't work #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a robot and register it with WIAB named robot@example.com.
2. Create a wave using Active Robot API, pass "foo" as proxyFor parameter into 
the robot.newWave method.

What is the expected output? What do you see instead?
Expected: New wave is created and the creator is robot+foo@example.com.
Actual: The creator is robot@example.com, i.e. the proxyFor is ignored.

rev. 881

Original issue reported on code.google.com by vega113 on 9 Feb 2011 at 9:27

GoogleCodeExporter commented 9 years ago
please review at: http://codereview.waveprotocol.org/538001/show

Original comment by vega113 on 9 Feb 2011 at 9:29

GoogleCodeExporter commented 9 years ago
Patch applied as revision bba22521a8.

Original comment by vega113 on 22 Feb 2011 at 3:27