2

I'm looking for a Jingle library (or app code) that exists on android and supports Voice for Gtalk or any xmpp in general. I don't really want to write JNI for libjingle. I would prefer something in java /android.

Taranfx
  • 10,361
  • 17
  • 77
  • 95

2 Answers2

1

Check this repo it should help. webrtc-jingle-client

AlSayed Gamal
  • 332
  • 1
  • 11
0

There is no java port for it. Its better to use the libjingle c .so and use JNI on android.

Taranfx
  • 10,361
  • 17
  • 77
  • 95