On Wed, Jul 29, 2009 at 15:58, Scott Wilson<scott.bradley.wil...@gmail.com> wrote: > Wookie implements the Wave Gadget API, which is one part of a Google Wave > system, but not the Wave Protocol itself. > > It might be interesting if Vysper could make use of Wookie for the wave > gadgets part.
Is Wookie a server-side technology? Otherwise I don't see the link between both. Maybe it could be the other way round (Wookie using Vysper), if Wookie makes use of the XMPP protocol. Of course, when it comes to implementing Wave, all projects should join efforts. Here is a short wrap-up of what you need to implement Wave: + a Wave client - this is a very fat client, and it's also a XMPP client + a server-side "Wave Provider", consisting of (a.) Network Server(s) (b.) Wave Store (c.) Wave Server In this setup, I'd see (a.) as a XMPP server running the Wave Protocol (an extension of XMPP), probably tunneling through HTTP[2]. Compared to implementing XMPP, implementing the Wave protocol extension should be relatively easy. The hard and critical part is definitively (c.), with all the Operational Transformation stuff going on. Google starts open sourcing this at [1]. [1] http://code.google.com/p/wave-protocol/ [2] http://xmpp.org/extensions/xep-0124.html Bernd > > S > > On 29 Jul 2009, at 12:24, Emmanuel Lecharny wrote: > >> Christian Grobmeier wrote: >>> >>> Hi, >>> >> Hi, >>> >>> I know my request might be a bit unusual, but is somebody here >>> preparing an idea for implementing the Google Wave Protocol? I might >>> want to follow, if somebody does. >>> >> >> You may ask Bernd Fondermann about that. He has started a project called >> Vysper (http://mina.apache.org/vysper) which is a XMPP server >> >> >> -- >> -- >> cordialement, regards, >> Emmanuel Lécharny >> www.iktek.com >> directory.apache.org >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org >> For additional commands, e-mail: general-h...@incubator.apache.org >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org