XMPP library with Jingle in Objective-C for iPhone development

Is he there? Smack from Ignite Realtime / Jive seems to work, but in Java. There is xmppframework, but I do not believe that it supports Jingle. Can I compile the Smack Java library for use in iPhone development? Alternatively, what would be the approach to the xmppframework extension to enable Jingle support?

+4
source share
2 answers

Xmpp.org has a list of libraries for jabber. I suspect that most of C or C ++ should be built as an iOS library.

see http://xmpp.org/xmpp-software/libraries/

+1
source

This will work for you: https://developers.google.com/talk/libjingle/ ?

"libjingle is a set of open-source C ++ code and sample applications that allows you to create a peer-to-peer application. The code handles the creation of a network connection (through NAT and firewall devices, relay servers and proxies), information about the conversation (codecs, formats etc.) and exchange data, and also provide auxiliary tasks such as XML parsing and processing of network proxies. "

0
source

Source: https://habr.com/ru/post/1333064/


All Articles