Tushar wrote: > hi guys, > > I am new here so my questions could be totally wrong so bear with me. > > I have downloaded source of google-wave protocol and its working i can > play with console client but then how do i write robot for it so that > i can test it against my local installation? > The FedOne server has it's own way of doing Extensions. These are called Agents.
If you have a look in src/org/waveprotocol/wave/examples/fedone/agents/echoey You'll find a reference Agent, it's a very basic echo Agent but it should show you how to use the Agent API. Just a note Agents are different to the Google Wave API. Code that works on FedOne probably won't work on GoogleWave. -- James Purser Collaborynth http://collaborynth.com.au Mob: +61 406 576 553 Skype: purserj1977 twitter: www.twitter.com/purserj GTalk: [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
