Wiab cliet-server protocol is not corresponded to specification in http://www.waveprotocol.org/protocol/design-proposals/clientserver-protocol. It is specified in src/org/waveprotocol/box/common/comms/waveclient-rpc.proto in the distribtive. Wiab.pro released http://www.waveprotocol.org/protocol/design-proposals/clientserver-protocolwith extensions. Probably it will be commited to Wiab this year.
2014/1/15 Yuri Z <vega...@gmail.com> > WIAB is written in Java/GWT so there are no JS files in the source. > Client files are located under: > > https://github.com/apache/incubator-wave/tree/master/src/org/waveprotocol/box/webclient > - > WIAB specific client stuff > > https://github.com/apache/incubator-wave/tree/master/src/org/waveprotocol/wave/client > - > generic/Wave model related stuff. > > > On Wed, Jan 15, 2014 at 4:36 AM, Jim Keener <j...@chogger.com> wrote: > > > Is there a good example of a client in the repository anywhere? I'm > > trying to understand where the JS file(s) are that handle the > communication > > specifically (separate from the GWT ui?). > > > > Also, I remember there being a command line client many moons ago, but > I'm > > foggy about that. Does that still exist? > > > > I was also looking at http://www.waveprotocol.org/ > > protocol/design-proposals/clientserver-protocol but I guess I need to > > understand the rest of the system more before that would let me code a > > client. > > > > Thanks for your help! > > Jim > > >