#IMService
基于XMPPFramework基础,
添加链接库
libresolv.tbd
libxml2.tbd
CoreData.framework
CoreGraphics.framework
CFNetwork.framework
使用
#import <IMService/AbstractXMPPConnection.h>连接登录
AbstractXMPPConnection* connect = [[AbstractXMPPConnection alloc] initWithName:@"sander" andPassword:@"123456" andServiceName:hostname];
[connect setDelegate:self];
[connect connect];