Revision 8d76e2e3 ChatSecure/Classes/Controllers/XMPP/OTRXMPPManager_Private.h

View differences:

ChatSecure/Classes/Controllers/XMPP/OTRXMPPManager_Private.h
8 8

  
9 9
#import "OTRXMPPManager.h"
10 10
#import "OTRCertificatePinning.h"
11
#import "OTRXMPPMessageYapStorage.h"
12 11
#import "OTRXMPPBuddyManager.h"
13 12
#import <ChatSecureCore/ChatSecureCore-Swift.h>
14 13
#import "OTRYapDatabaseRosterStorage.h"
......
29 28

  
30 29
@property (nonatomic, strong, readonly) XMPPStreamManagement *streamManagement;
31 30

  
32
@property (nonatomic, strong, readonly) MessageStorage *messageStorage;
33 31
@property (nonatomic, strong, readonly) OTRXMPPBuddyManager* xmppBuddyManager;
34 32
@property (nonatomic, strong, readonly) OMEMOModule *omemoModule;
35 33
@property (nonatomic, strong, nullable) OTRXMPPChangePasswordManager *changePasswordManager;
36 34

  
37
@property (nonatomic, strong, readonly) YapDatabaseConnection *databaseConnection;
38 35
@property (nonatomic, strong, readonly) XMPPMessageDeliveryReceipts *deliveryReceipts;
39 36
@property (nonatomic, strong, readonly) OTRXMPPMessageStatusModule *messageStatusModule;
40 37
@property (nonatomic, strong, readonly) OTRStreamManagementDelegate *streamManagementDelegate;

Also available in: Unified diff