mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Add TODO comment to XmppNioTcpConnection
This commit is contained in:
parent
60c7e0ab76
commit
89b64fbf0c
1 changed files with 2 additions and 0 deletions
|
@ -1117,6 +1117,8 @@ public class XmppNioTcpConnection extends AbstractXmppNioConnection {
|
||||||
// session resumption may would need or at least benefit from B. Variant A would also be required if the
|
// session resumption may would need or at least benefit from B. Variant A would also be required if the
|
||||||
// String is used for certificate verification. And it appears at least likely that TLS session resumption
|
// String is used for certificate verification. And it appears at least likely that TLS session resumption
|
||||||
// would not be hurt by using variant A. Therefore we currently use variant A.
|
// would not be hurt by using variant A. Therefore we currently use variant A.
|
||||||
|
// TODO: Should we use the ACE representation of the XMPP service domain? Compare with f60e4055ec529f0b8160acedf13275592ab10a4b
|
||||||
|
// If yes, then we should probably introduce getXmppServiceDomainAceEncodedIfPossible().
|
||||||
engine = smackTlsContext.sslContext.createSSLEngine(config.getXMPPServiceDomain().toString(), remoteAddress.getPort());
|
engine = smackTlsContext.sslContext.createSSLEngine(config.getXMPPServiceDomain().toString(), remoteAddress.getPort());
|
||||||
engine.setUseClientMode(true);
|
engine.setUseClientMode(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue