mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 02:22:05 +01:00
[bosh] Properly implement isSecureConnection()
This commit is contained in:
parent
c77948bb91
commit
6eb1004d38
1 changed files with 1 additions and 2 deletions
|
@ -225,8 +225,7 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
|
|||
|
||||
@Override
|
||||
public boolean isSecureConnection() {
|
||||
// TODO: Implement SSL usage
|
||||
return false;
|
||||
return config.isUsingHTTPS();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue