Questions tagged [jingle]

11 questions
9
votes
1 answer

Webrtc: Could not process WebRTC answer

Im using ejabberd + stanza io to build a realtime messaging and audio calling website. ive managed to make my first audio call from chrome(on PC) -> chrome(on mac) with no errors the problem occurs when i try to make the call from chrome(on mac)…
Med Abida
  • 1,214
  • 11
  • 31
8
votes
2 answers

What is the difference between WebRTC, Jingle and XMPP?

What's the difference between WebRTC and Jingle. I am going to build Android based voice calling app using XMPP ejabberd server. So, which one of these will be best choice for voice calling on Android?
2
votes
0 answers

How to add provider for an element without a namespace in smack 4.2.0

I haven't been able to find anything on this in my Googling, but I'm far from an XMPP expert so perhaps the answer is obvious. I'm wondering about the best way to parse custom child elements that don't have an explicit namespace. In this case I'm…
bbaldino
  • 394
  • 3
  • 15
2
votes
1 answer

using ice candidates with jingle

Im trying to do my first xmpp client with webrtc videochat using strophe with. strophe.jingle There is very little documentation for it, so ive ended up pillaging example code to try and get it working. I am successfully sending the videochat invite…
Havihavi
  • 652
  • 1
  • 9
  • 26
0
votes
0 answers

How to implement Audio/Video call with XMPP's Jingle extension?

I have already implemented chat through xmpp with openfire server and it is working fine. Now i want to implement audio/video call in my app and i don't want to use any other third party library/service like Socket.IO, websockets etc. I want to…
0
votes
0 answers

Jingle support with smack ejabberd

I know the topic was closed in 2012, 10 years have passed. Still smack jingle has less support or documentation. Their official github link gives 404 not found. link. I am developing a chat application which must include voice and video calling. My…
0
votes
0 answers

How to use the ip and port returned from a STUN server

hope your having a nice day . im building a Video Call application using XMPP and Jingle and direct ByteStream from phone to phone . in order to do so i noticed i need a stun server to get public ip and port of android devices and send them to the…
Reza
  • 321
  • 2
  • 4
  • 14
0
votes
0 answers

Create a socket with public IP and internal IP in java

We are trying to implement xmpp jingle protocol in our application , the jingle sturcture is as following :
Ahmed na
  • 1,084
  • 2
  • 13
  • 34
0
votes
1 answer

Add DNS records for ejabberd STUN

I am developping a chat application using Ejabberd server. I would like to implement audio and video calling. In order to do so, I want to use Jingle. However, jingle requires a stun server, so I'm trying to configure Ejabberd as one. In the…
0
votes
0 answers

In android., how to add jingle during video file getting downloaded from server

In this code i need to apply jingle when the video is getting downloaded from the server to mobile device code : This the main activity which is java file where the videos are downloaded from server and getting situated in android device and will be…
Ashwin
  • 1
  • 1
-1
votes
1 answer

JICOFO: Participant doesn't support bundle, which is required

I'm using a custom client to connect to created conference room in jitsi. But I'm getting the following exception: org.jitsi.jicofo.AbstractChannelAllocator.log() Error creating offer org.jitsi.jicofo.UnsupportedFeatureConfigurationException:…
Shastry
  • 436
  • 1
  • 5
  • 13