dcorking / google-wave-resources

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

using XML as the value for Wave States #861

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using XML as the value for my key-value pair i.e.:

user@wavedomain.com => <actions>
                               <action id="1" title="action 1"/>
                               <action id="2" title="action 2"/>
                       </actions>

now this is not much of a problem as it works well for me. I've been using this 
technique since the preview version. But there is a minor issue, could be 
annoying to see, it started to show up after the release of google wave.

The wave shows the "/> on it's summary. I included an image so you can see. It 
shows if you don't specify any title for the wave you've created. it seems to 
read the xml values in the key value pairs.

Original issue reported on code.google.com by j.cabre...@gmail.com on 24 Jul 2010 at 2:33

Attachments:

GoogleCodeExporter commented 8 years ago
We just added wave.setSnippet to the API, which should override that snippet. 
Can you try that out?

Original comment by pamela.fox on 26 Jul 2010 at 2:06