7

How make video call with ejabberd ( like msn and skype ) ?

xRobot
  • 25,579
  • 69
  • 184
  • 304

2 Answers2

9

ejabberd doesn't handle audio/video natively. Audio and video is handled through the Jingle (XEP-0166), which is client-to-client.

If you want to place audio or video calls you should make sure both clients support Jingle through normal serivce discover means (see section 11 of XEP-0166). There aren't a lot of clients that do this right now, but Psi, at least, supports it in more recent builds.

Brian Cully
  • 526
  • 2
  • 11
  • 5
    Since this is the first google result for a couple of relevant searches let me update this answer: Several more clients support XEP-0166 nowadays, including pidgin, empathy, and more (https://en.wikipedia.org/wiki/Jingle_%28protocol%29) – WhyNotHugo Mar 03 '12 at 15:06
  • Pix-Art Messanger =>2.4.0 suports XEP-0215, but the UDP "connection" is terminated. – Roland Jun 03 '20 at 16:56
1

You can try using Jingle Nodes (http://jinglenodes.org) in combination with SIP Communicator which supports Audio and Video via Jingle through any XMPP Server.

You can also try out quick with Openfire Jingle Nodes plugin.

barata7
  • 338
  • 1
  • 5
  • 13