My server is running Ubuntu and I have installed ejabberd as one of the famous xmpp servers in order to organize chatting system. Ejabbered is working fine with text messages, but I would like to know whether it supports audio/video calls or not?

If not, could you please tell me which xmpp server to use for this purpose?

Thank you

link|improve this question
feedback

1 Answer

It's not ejabberd what handles audio/video talk. It's handled with Jingle (XEP-0166), which is client-to-client protocol extension for XMPP. The clients have to support it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.