Building-a-Jabber-client-for-iOS icon indicating copy to clipboard operation
Building-a-Jabber-client-for-iOS copied to clipboard

Source code for the tutorial "Building a Jabber client for iOS"

Results 3 Building-a-Jabber-client-for-iOS issues
Sort by recently updated
recently updated
newest added

error: .../Building-a-Jabber-client-for-iOS/xmpp/Vendor/libidn/libidn-1.15.tar.gz: No such file or directory

Hi For your Information I add my local URL: xmppStream = [[[XMPPStream alloc] init]autorelease]; xmppStream setHostName:@"prem-apple.local"]; But this is Crash with following Image: Please help me. Kindly provide one working...

If i change the scheme ti JabberClient, it shows the following error. # import Cocoa/Coca.h file not found error If i change the scheme to IPhone XMPP it works fine...