Jingle branch of smack

I checked out the Jingle branch of smack and tried to write a simple program to see if the the GoogleTalk client will recognize my client as one that supports voice calls. My client is logging into my own jabber server. While the GT client sees my client’'s presense, it does not display the phone icon. Here is my code:

TransportResolver tm = new STUNResolver();

JingleManager jm = new JingleManager(con, tm);

JingleManager.setServiceEnabled(con, true);

My questions:

  • is this because the GT client is not implementing the JEP-166 spec exactly?

  • what is the state of the jingle branch of smack i.e is it usable?

thanks

ssr wrote:

  • is this because the GT client is not implementing the JEP-166 spec exactly?

Yep, at least according to this branch’'s implementor, Alvaro. See his blog-entry.

Hello,

You can check out current Jingle implementation in Smack trunk SVN repository.

It´s usable for STUN Transport Manager.

We can not talk with Gtalks right now. Because we implemented Jingle Standards, Gtalks, have some different approachs.

But we are looking for interop implementation, as long as we both use standard XEPs.

Regards,

Thiago