Revision 8d76e2e3 ChatSecure/Classes/Controllers/ServerCheck.swift

View differences:

ChatSecure/Classes/Controllers/ServerCheck.swift
17 17
 */
18 18
public class ServerCheck: NSObject, OTRServerCapabilitiesDelegate, XMPPPushDelegate {
19 19
    
20
    @objc public weak var xmpp: OTRXMPPManager?
20
    @objc public weak var xmpp: XMPPManager?
21 21
    @objc public let push: PushController
22 22
    
23 23
    @objc public var result = ServerCheckResult()
......
31 31
    }
32 32
    
33 33
    
34
    @objc public init(xmpp: OTRXMPPManager, push: PushController) {
34
    @objc public init(xmpp: XMPPManager, push: PushController) {
35 35
        self.push = push
36 36
        self.xmpp = xmpp
37 37
        super.init()

Also available in: Unified diff