Add two delegates for TLS upgrades.
This way, an OFStreamObserver can be used even with TLS.
This commit is contained in:
parent
05c2784b17
commit
a9443417bc
2 changed files with 21 additions and 2 deletions
|
@ -58,6 +58,8 @@
|
|||
- (void)connection: (XMPPConnection*)conn
|
||||
didReceiveMessage: (XMPPMessage*)msg;
|
||||
- (void)connectionWasClosed: (XMPPConnection*)conn;
|
||||
- (void)connectionWillUpgradeToTLS: (XMPPConnection*)conn;
|
||||
- (void)connectionDidUpgradeToTLS: (XMPPConnection*)conn;
|
||||
@end
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue