STUN/TURN/ICE implementation with Ejabberd server and XMPP client iOS
问题 I am using ejabberd-16.04 on my mac and XMPPFramework from robbiehanson . It works fine for chatting, no problem. But now I want to add voice calling into my application. I am using Jingle Protocol for call establishment and it works fine for direct communication (i.e. both caller and callee are in same network). The problem I am facing is for cross-network and I want to implement Jingle ICE for this, NATed clients. 1 Can any one tell me how can I enable and use STUN/TURN module on ejabberd