The Robot API does not use XMPP. It uses the robot wire protocol which is json-based. You could use XMPP from your robot to communicate with other systems, though.
XMPP is used as a transport for the federation protocol, but the wave ops it transports are not XMPP message. The only way to collaborate on a wave is by sending and receiving wave operations, defined in protocol buffers. Hope that helps, Alex On 21 September 2010 22:23, maxsap <[email protected]> wrote: > Joseph: I will try and post the results back. > Lennard: I would like to make an agent/robot/whatever that will > receive and send xmpp messages in order to communicate with the server > and the client. > I wanted to extend FedOne in order to have some voip capabilities, The > scenario is as follows: > A client that is participating on a wave wants to make a call to one > of the other participants in the wave from his phone. The user dials > the participants sip uri and the sip server then translates all the > sip signalling to equivalent xmpp/jingle messages and send them to my > custom agent wich then responds and agrees to the call. This kind of > behavior isn't supported from the Robot API as far as I know right? > also one more question when I am communicating with the agent I will > send regular xmpp messages is this possible? I mean is it possible to > participate on a wave conversation using regular xmpp messages or I > will have to see what the client program that came bundled with the > server does? > regards maxsap > > -- > 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%[email protected]> > . > 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.
