Hi,
I have successfully installed the Openfire XMPP server and built an Android app to text chat, How can I implement VOIP functionality to my application? Can this be done by connecting openfire with a SIP server?
Can someone guide me?
Hi,
I have successfully installed the Openfire XMPP server and built an Android app to text chat, How can I implement VOIP functionality to my application? Can this be done by connecting openfire with a SIP server?
Can someone guide me?
If you chose XMPP as the IM protocol, then it'd be logical to use Jingle for voice and video communcations. I remember that Openfire supports Jingle, so you just have to implement it in your client app. Out of the box Openfire gives you p2p voice/video. If you need calls to/from PSTN and/or SIP domain then you need some extra. It should be kind of jingle<->SIP gateway. Perhaps you'll be able to make this using SIP Phone Plugin together with Openfire Media Proxy. If you're looking for SIP between client and server then just use Openfire SIP Phone Plugin.