views:

31

answers:

1

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?

+1  A: 

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.

Max Doronin
I have used IceWarp, and it seems it supports for XMPP and SIP voip,
sukitha
If I understand you right and you're talking about IceWarp client (I can't find android client on their web site) then install Openfire SIP Phone Plugin to your Openfire Server. It's intended to provide SIP interface for clients.
Max Doronin