|
|
@ -155,4 +155,12 @@ successCallback:(nonnull void (^)(PEPIdentity * _Nonnull))successCallback { |
|
|
|
}]; |
|
|
|
} |
|
|
|
|
|
|
|
// MARK: - PEPObjCAdapterConfigurationProtocol |
|
|
|
|
|
|
|
- (void)setPassiveModeEnabled:(BOOL)enabled { |
|
|
|
[[self.connection remoteObjectProxyWithErrorHandler:^(NSError * _Nonnull error) { |
|
|
|
NSLog(@"[PEP4APPLEMAIL] Passive Mode Error: %@", error); |
|
|
|
}] setPassiveModeEnabled:enabled]; |
|
|
|
} |
|
|
|
|
|
|
|
@end |