Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d1278d6a26 | |||
| 2a85508cbc | |||
| 60de95943c | |||
| 372d9f6d1c | |||
| 3dc6e5e264 |
@ -1,6 +1,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
typedef NS_ENUM(NSInteger, XMPPBindResult) {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
@class XMPPStream;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#import "XMPPJID.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
#import "CocoaAsyncSocket/GCDAsyncSocket.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
@class XMPPSRVResolver;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#import "XMPPModule.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
#define _XMPP_PRIVACY_H
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
@class XMPPResultSet;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <CoreData/CoreData.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
@class XMPPCapsResourceCoreDataStorageObject;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
#import "XMPPModule.h"
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
#define _XMPP_BLOCKING_H
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
@class XMPPIQ;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#if TARGET_OS_IPHONE
|
||||
#import "DDXML.h"
|
||||
#import <KissXML/DDXML.h>
|
||||
#endif
|
||||
|
||||
@interface NSXMLElement (XEP_0335)
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "PNXMPPFramework"
|
||||
s.version = "0.1.0"
|
||||
s.version = "0.1.1"
|
||||
s.summary = "PNXMPPFramework is a fork of original framework https://github.com/robbiehanson/XMPPFramework with KissXML and CocoaAsyncSocket upgrade"
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user