|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.protocol.AccountID
net.java.sip.communicator.impl.protocol.jabber.JabberAccountID
public class JabberAccountID
The Jabber implementation of a sip-communicator AccountID
| Field Summary |
|---|
| Fields inherited from class net.java.sip.communicator.service.protocol.AccountID |
|---|
accountProperties |
| Constructor Summary | |
|---|---|
JabberAccountID(String id,
Map<String,String> accountProperties)
Creates an account id from the specified id and account properties. |
|
| Method Summary | |
|---|---|
boolean |
allowNonSecureConnection()
Determines whether this account's provider allow non-secure connection |
List<JingleNodeDescriptor> |
getJingleNodes()
Returns the list of JingleNodes trackers/relays that this account is currently configured to use. |
List<StunServerDescriptor> |
getStunServers()
Returns the list of STUN servers that this account is currently configured to use. |
boolean |
isJingleNodesAutoDiscoveryEnabled()
Determines whether this account's provider is supposed to auto discover JingleNodes relay. |
boolean |
isJingleNodesRelayEnabled()
Determines whether this account's provider uses JingleNodes relay (if available). |
boolean |
isStunServerDiscoveryEnabled()
Determines whether this account's provider is supposed to auto discover STUN and TURN servers. |
boolean |
isUPNPEnabled()
Determines whether this account's provider uses UPnP (if available). |
boolean |
isUseDefaultStunServer()
Determines whether this account's provider uses the default STUN server provided by SIP Communicator if there is no other STUN/TURN server discovered/configured. |
| Methods inherited from class net.java.sip.communicator.service.protocol.AccountID |
|---|
equals, getAccountAddress, getAccountProperties, getAccountProperty, getAccountPropertyBoolean, getAccountPropertyInt, getAccountPropertyString, getAccountUniqueID, getDisplayName, getProtocolDisplayName, getProtocolName, getService, getUserID, hashCode, isEnabled, putAccountProperty, removeAccountProperty, setAccountProperties, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
JabberAccountID(String id,
Map<String,String> accountProperties)
id - the id identifying this accountaccountProperties - any other properties necessary for the account.| Method Detail |
|---|
public List<StunServerDescriptor> getStunServers()
public boolean isStunServerDiscoveryEnabled()
public boolean isUseDefaultStunServer()
public List<JingleNodeDescriptor> getJingleNodes()
public boolean isJingleNodesAutoDiscoveryEnabled()
public boolean isJingleNodesRelayEnabled()
public boolean isUPNPEnabled()
public boolean allowNonSecureConnection()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||