Wavesandbox will only be federated from Sept 30. The federation
protocol explains how to connect to a federating wave server - you
connect to an IP and port using XMPP. Your best strategy is to develop
your client against the FedOne wave server. (see
http://code.google.com/p/wave-protocol/)

On Mon, Aug 31, 2009 at 6:57 PM, iolzza<[email protected]> wrote:
> I have my Google Wave account and  I use Wave fine.... but i want to
> build my own client... Why not?? :-)  We only need the uri of the rpc
> server  and a way to login!  Thank you,!
>
>
>                ClientBackend client = new ClientBackend
> ("[email protected]", "wave.google.com",443);
>
>                for (Iterator it = client.waves.keySet().iterator(); 
> it.hasNext() ; )
> {
>
>                        WaveId waveID =  (WaveId)it.next();
>                        ClientWaveView currentView = client.getWave(waveID);
>                        for( WaveletData x  : currentView.getWavelets()){
>                          System.out.println(x.getWaveletName());
>
>                          for ( ParticipantId  part : x.getParticipants()){
>                                   System.out.println(part.getDomain());
>                                   System.out.println(part.getAddress());
>
>                          }
>
>                        }
>                }
>
>          } catch (IOException e) {
>
>                e.printStackTrace();
>        }
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Wave 
Protocol" 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/wave-protocol?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to