File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Framework/Quickblox.framework Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff 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/* *
Original file line number Diff line number Diff line change 1616#import < Quickblox/QBContentHeader.h>
1717#import < Quickblox/QBChatHeader.h>
1818
19- // ! Framework version 2.10
19+ // ! Framework version 2.11
2020FOUNDATION_EXPORT NSString * const QuickbloxFrameworkVersion;
You can’t perform that action at this time.
0 commit comments