Since there's no tutorials and no frameworks on XMPP in Swift yet, I guess I'll be the first to ask... how do you connect to your XMPP server in Swift?
I'm really lost here and would appreciate any comments. It would be very helpful.
Update: Using these 2 tutorials to use the Obj-C XMPPFramework in Swift, and after adding paths, I've come across an error message when trying to import the dependencies.
How to call Objective-C code from Swift https://github.com/robbiehanson/XMPPFramework/wiki/GettingStarted_iOS
'DDXML.h' file not found