We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f58fa2 commit d27a2a0Copy full SHA for d27a2a0
src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java
@@ -1494,7 +1494,7 @@ private void authenticate() throws IOException {
1494
}
1495
1496
private boolean isSecure() {
1497
- return features.encryptionEnabled || Config.ALLOW_NON_TLS_CONNECTIONS || account.isOnion();
+ return features.encryptionEnabled || Config.ALLOW_NON_TLS_CONNECTIONS || account.isOnion() || account.isI2P();
1498
1499
1500
private void authenticate(final SaslMechanism.Version version) throws IOException {
0 commit comments