XEP-0166: Jingle protocol implementation for voice

2019-05-30 15:42发布

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条回答
一纸荒年 Trace。
2楼-- · 2019-05-30 15:53

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.

查看更多
登录 后发表回答