Skip to content

sander90/IMService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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];

About

对xmpp的封装

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •