Hi, Perhaps I didn't explain my point well. I'm aware that the current implementation is only a XEP component. In fact you can just disable the connection to the XMPP server and just have FedOne running. XMPP is only used for Federation to other Wave servers.
My idea was to have clients talk to the XMPP server directly using a JID of [email protected] and then have the wave component process the messages and send the replies to the JIDs of the clients. Basically use PubSub with each wave mapped to a room and the component doing the OT. This way we'd be able to take advantage of all the features the XMPP server has to offer instead of coming up with a whole new server from scratch.... On 7 Mar, 00:15, Joe Gregorio <[email protected]> wrote: > On Thu, Mar 4, 2010 at 11:47 AM, nelson.silva <[email protected]>wrote: > > > Hi all, > > > I'd like to be able to use BOSH (or XMPP over websockets) for the C/S > > part. But i'd also rather be "talking" to the XMPP server directly and > > not to the WaveServer component. > > > Would it make sense to get the WaveServer to federate to the local > > server and thus take advantage of all that the XMPP server has to > > offer (persistence, filters for debugging, user management, > > etc ... ) ? > > As it stands now, FedOne merely acts as a XEP-0114 extension for an > XMPP server, so there's need to 'federate' to the local server'. > > > > > From what i've understood so far Wave is only using XMPP for the > > federation part and everything else is managed by FedOne. > > Yes, the C/S protocol that shipped with FedOne does talk directly to the > FedOne extension. > > Thanks, > -joe > > -- > Joe Gregorio > Developer Relations, Google Wave > > By > > > > > federating/forwarding all traffic to the XMPP server I should be able > > to use the server's BOSH endpoint, monitor conversations and > > statistics even without federating to wavesandbox... > > > I'd like to get some input to make sure it makes some sense .... > > > -- > > 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]<wave-protocol%2bunsubscr...@goog > > legroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/wave-protocol?hl=en. -- 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.
