net.java.sip.communicator.impl.protocol.dict
Class DictAccountID
java.lang.Object
net.java.sip.communicator.service.protocol.AccountID
net.java.sip.communicator.impl.protocol.dict.DictAccountID
public class DictAccountID
- extends AccountID
The Dict implementation of a sip-communicator account id.
- Author:
- LITZELMANN Cedric, ROTH Damien
| 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 |
DictAccountID
DictAccountID(String userID,
Map<String,String> accountProperties)
- Creates an account id from the specified id and account properties.
- Parameters:
userID - the user identifier correspnding to the accountaccountProperties - any other properties necessary for the account.
getHost
public String getHost()
- Returns the dict server adress
- Returns:
- the dict server adress
getPort
public int getPort()
- Returns the dict server port
- Returns:
- the dict server port
getStrategy
public String getStrategy()
- Returns the selected strategy
- Returns:
- the selected strategy
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.