Skip to content

Commit efb8135

Browse files
committed
Quickblox.framework v 2.11
1 parent 20a4cd4 commit efb8135

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Framework/Quickblox.framework/Headers/QBSettings.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ typedef NS_ENUM(NSUInteger, QBConnectionZoneType) {
151151
*/
152152
+ (NSString *)chatEndpoint;
153153

154+
/**
155+
The port the xmpp server is running on.
156+
If you do not explicitly set the port, the default port will be used.
157+
If you set the port to zero, the default port will be used.
158+
159+
The default port is 5223.
160+
**/
161+
@property (assign, nonatomic, class) NSUInteger chatEndpointPort;
162+
154163
//MARK: - Network Indicator
155164

156165
/**

Framework/Quickblox.framework/Headers/Quickblox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
#import <Quickblox/QBContentHeader.h>
1717
#import <Quickblox/QBChatHeader.h>
1818

19-
//! Framework version 2.10
19+
//! Framework version 2.11
2020
FOUNDATION_EXPORT NSString * const QuickbloxFrameworkVersion;
31.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)