Good evening,

On
http://code.google.com/apis/wave/extensions/installers/index.html#Installationthere
is an example of an extension installer that creates a new wave and
invites a certain robot to it. The example does not work. In order to make
it work, you need to put the <participant> tag inside a <createNewWave> tag.
The correct (working) version of the example is:

<extension
    name="Tweety"
    description="Creates a new Twitter wave.">
  <menuHook location="newwavemenu" text="Creates a new Twitter wave."
      iconUrl="
http://wave-skynet.appspot.com/public/extensions/tweety/icon.png";>
    <createNewWave>
       <participant id="[email protected]"></participant>
    </createNewWave>
  </menuHook>
</extension>


Have a nice day,
Avital.

--
http://thewe.net

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to