is XMPP still alive for iPhone? -


I want to implement chat client for iPhone using jabber / XMPP. The XMPP Framework on Google Store shows that it is being eroded. Does anyone know where the XMPP chat client starts for the iPhone? As John Parise mentioned, there is considerable active. I personally wrote two different XMPP IM clients using Framework, which are accepted and sold in the iPhone App Store. It takes some project setup to do the right thing, which you can find scattered around the linked site. For easy reference, I have summarized the required steps (after adding the XMPP framework source tree to your project):

  // To use the XMPP framework on iPhone / iPad, : // 1. Add libidn.a for Framework (found in Libimban folder below XMPP / Seller folder) // 2. Add // libresolv.dylib on framework 3. Add CFNetwork.framework to Framework 4. 4. SystemConfiguration.framework Add frameworks to // 5. Xxode to libxml2 To use: Add "Header Search Path" to "Other Linker Flag" with "-lxml2" / / "/ usr / include / libxml2" under "Linking" // In the comments "Depths" By stating, the XMPP framework went away (after a while) to "github" to github the "<">  edit May 2013  

first) under "Search Path" Receive ..


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -