mirror of https://github.com/sipwise/jitsi.git
parent
f9bcc6bd58
commit
aa6bb6e8ac
@ -1,28 +0,0 @@
|
||||
/*
|
||||
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
|
||||
*
|
||||
* Distributable under LGPL license.
|
||||
* See terms of license at gnu.org.
|
||||
*/
|
||||
package net.java.sip.communicator.slick.contactlist.mockprovider;
|
||||
|
||||
import java.util.*;
|
||||
|
||||
import net.java.sip.communicator.service.protocol.*;
|
||||
|
||||
/**
|
||||
* A default, 1-to-1 mock implementation of the account id.
|
||||
* @author Emil Ivov
|
||||
*/
|
||||
public class MockAccountID
|
||||
extends AccountID
|
||||
{
|
||||
public static final String MOCK_SERVICE_NAME = "MockService";
|
||||
protected MockAccountID(String userName)
|
||||
{
|
||||
super( userName
|
||||
, new java.util.Hashtable()
|
||||
, ProtocolNames.SIP_COMMUNICATOR_MOCK
|
||||
, MOCK_SERVICE_NAME);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue