Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.gibberish
Class GibberishAccountID

java.lang.Object
  extended by net.java.sip.communicator.service.protocol.AccountID
      extended by net.java.sip.communicator.impl.protocol.gibberish.GibberishAccountID

public class GibberishAccountID
extends AccountID

The Gibberish implementation of a sip-communicator account id.

Author:
Emil Ivov

Field Summary
 
Fields inherited from class net.java.sip.communicator.service.protocol.AccountID
accountProperties
 
Constructor Summary
GibberishAccountID(String userID, Map<String,String> accountProperties)
          Creates an account id from the specified id and account properties.
 
Method Summary
 
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

GibberishAccountID

GibberishAccountID(String userID,
                   Map<String,String> accountProperties)
Creates an account id from the specified id and account properties.

Parameters:
userID - the user identifier correspnding to thi account
accountProperties - any other properties necessary for the account.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.