I am able to utilize Facebook and Gmail chat with the help of XMPP Framework in my iPhone app.
Looking to know if it is actually possible to implement VOIP(SIP) in a similar manner using XMPP?
How can I make this work?
I need a framework that works for iPhone xmpp voice.
iPhone xmpp voice ? ?
You can use Apple's GameKit framework provides everything you need to implement in-game chat.
Use this documentation;
Developer apple com library ios/#/documentation/Networkinglnternet/Conceptual/GameKit_Guide/Ad
dingVoiceChattoaMath/AddingVoiceChattoaMatch.html#//apple_ref/doc/uic/TP40008304-CH11-SW11
When you connected the app by using GameKit, you can download the GameKit code that attached below and start the voice chat.
Â
iPhone xmpp voice ? ?
One of the best solutions for the implementation of VOIP through XMPP is by using the Jingle framework protocol. It works as an extension to XMPP and adds the necessary features for the use of Voice over IP and for initializing video conferences.
You should also check out the library that Google Talk uses as it contains an acceptable way of implementing the protocol without much hassle and counting with a BSD license.
Â