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