Skip to content

Commit

Permalink
Quickblox.framework v 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pro100andrey committed Aug 29, 2017
1 parent 20a4cd4 commit efb8135
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Framework/Quickblox.framework/Headers/QBSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,15 @@ typedef NS_ENUM(NSUInteger, QBConnectionZoneType) {
*/
+ (NSString *)chatEndpoint;

/**
The port the xmpp server is running on.
If you do not explicitly set the port, the default port will be used.
If you set the port to zero, the default port will be used.
The default port is 5223.
**/
@property (assign, nonatomic, class) NSUInteger chatEndpointPort;

//MARK: - Network Indicator

/**
Expand Down
2 changes: 1 addition & 1 deletion Framework/Quickblox.framework/Headers/Quickblox.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#import <Quickblox/QBContentHeader.h>
#import <Quickblox/QBChatHeader.h>

//! Framework version 2.10
//! Framework version 2.11
FOUNDATION_EXPORT NSString * const QuickbloxFrameworkVersion;
Binary file modified Framework/Quickblox.framework/Quickblox
Binary file not shown.

0 comments on commit efb8135

Please sign in to comment.