[bosh] Properly implement isSecureConnection()

This commit is contained in:
Florian Schmaus 2022-08-03 16:58:12 +02:00
parent c77948bb91
commit 6eb1004d38
1 changed files with 1 additions and 2 deletions

View File

@ -225,8 +225,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
@Override
public boolean isSecureConnection() {
// TODO: Implement SSL usage
return false;
return config.isUsingHTTPS();
}
@Override