blob: 7657ac0743ba4fa3216633973aa38fe4d05ec26b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* 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.service.protocol;
/**
* @author Emil Ivov
*/
public interface OperationSet
{
}
|