Added a protocol name for the mock sip comm protocol

cusax-fix
Emil Ivov 20 years ago
parent 997942117d
commit 785beffcfa

@ -60,4 +60,9 @@ public interface ProtocolNames
* The Skype protcool.
*/
public static final String SKYPE = "Skype";
/**
* The SIP Communicator MOCK protocol.
*/
public static final String SIP_COMMUNICATOR_MOCK = "sip-communicator-mock";
}

Loading…
Cancel
Save