1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +02:00

[bosh] Properly implement isSecureConnection()

This commit is contained in:
Florian Schmaus 2022-08-03 16:58:12 +02:00
parent c77948bb91
commit 6eb1004d38

View file

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