XEP-0166: Jingle protocol implementation for voice/video chat in iOS

喜欢而已 提交于 2019-12-08 08:55:44

问题


I have already implemented chat with text message using XMPP framework for iOS. But, now I want to implement voice/video chat using XMPP framework in iOS. So, anybody know about how to implement XEP-0166: Jingle Protocol with available XMPP framework in iOS/Objective-C? Thanks in advance.


回答1:


http://oriolrius.cat/blog/wp-content/uploads/2009/10/Oreilly.XMPP.The.Definitive.Guide.May.2009.pdf

Refer This book regarding XMPPFramework. In this book all things are described regarding all fetchers provided by XMPP like one to one messaging, file sharing, voice call, video call and etc.

In this book how to send stanzas to server and client are described in detail.

hope this book will help u.



来源:https://stackoverflow.com/questions/24490393/xep-0166-jingle-protocol-implementation-for-voice-video-chat-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!