Skip to content

Commit 906217c

Browse files
author
l00313476
committed
update
1 parent a2bea5f commit 906217c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Core/XMPPStream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
#import <KissXML/KissXML.h>
8-
@import CocoaAsyncSocket;
8+
#import <CocoaAsyncSocket/GCDAsyncSocket.h>
99

1010
//#import <KissXML/KissXML.h>
1111
//#import <CocoaAsyncSocket/GCDAsyncSocket.h>

Extensions/FileTransfer/XMPPFileTransfer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#import "XMPPModule.h"
99
#import "TURNSocket.h"
1010

11-
@import CocoaAsyncSocket;
11+
#import <CocoaAsyncSocket/GCDAsyncSocket.h>
1212

1313
@class XMPPIDTracker;
1414

Extensions/XEP-0065/TURNSocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@class XMPPIQ;
44
@class XMPPJID;
55
@class XMPPStream;
6-
@import CocoaAsyncSocket;
6+
#import <CocoaAsyncSocket/GCDAsyncSocket.h>
77

88
/**
99
* TURNSocket is an implementation of XEP-0065: SOCKS5 Bytestreams.

Extensions/XEP-0065/TURNSocket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#import "TURNSocket.h"
22
#import "XMPP.h"
33
#import "XMPPLogging.h"
4-
@import CocoaAsyncSocket;
4+
#import <CocoaAsyncSocket/GCDAsyncSocket.h>
55
#import "NSData+XMPP.h"
66
#import "NSNumber+XMPP.h"
77

0 commit comments

Comments
 (0)