Ok, now we have constructed the more-or-less "correct" xml nodes for sending a voice session initiate (xep-166). We also made a simple parse in the plugin. But right now we have some issues for initiating the xmpp startup. When we are trying to do a session towards the local server (builderbob.dk) server we get an error 500, servicer time out:
When we are tying to do the same towards gtalk (google) we get an error 400, bad request:
Open issues:
* how can we connect and issue a voice call on the local builderbob.dk?. should the server (jabberd1.4) be upgraded to 2.0?
* do we have to implement something on the server to be able to do it?
* is service discovery needed before initiating the voice call?
* The difference between google sessions (gtalk) and xmpp (xep-166 etc). what is truely the differnce. We might use Jabbin (gtalk implementation) vs. the xmpp documentation to view this better.
* If we find the correct diffrence between the two, we should be able to make an gateway inside our plugin to support both the gtalk and xmpp protocol.
Server Connect Timeout
When we are tying to do the same towards gtalk (google) we get an error 400, bad request:
If set, the 'from' attribute must be set to the user's full JID.
Open issues:
* how can we connect and issue a voice call on the local builderbob.dk?. should the server (jabberd1.4) be upgraded to 2.0?
* do we have to implement something on the server to be able to do it?
* is service discovery needed before initiating the voice call?
* The difference between google sessions (gtalk) and xmpp (xep-166 etc). what is truely the differnce. We might use Jabbin (gtalk implementation) vs. the xmpp documentation to view this better.
* If we find the correct diffrence between the two, we should be able to make an gateway inside our plugin to support both the gtalk and xmpp protocol.