mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-11 19:29:41 +02:00
Added isSecureConnection method (SMACK-84)
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2089 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
690ba2f345
commit
2962187b75
2 changed files with 13 additions and 0 deletions
|
@ -483,6 +483,15 @@ public class XMPPConnection {
|
|||
return connected;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if the connection is a secured one, such as an SSL connection.
|
||||
*
|
||||
* @return true if a secure connection to the server.
|
||||
*/
|
||||
public boolean isSecureConnection() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if currently authenticated by successfully calling the login method.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue