Changed BasicInstantMessagingTransport to extend OperationSet directly.

Based on my own doubts and Ingo's feedback I've decided to not base
OperationSetBasicInstantMessagingTransport on
OperationSetBasicInstantMessaging. Even though it doesn't make much
sense to implement BasicInstantMessagingTransport and not
BasicInstantMessaging. In theory we could at least query the
characteristics if not actually use the protocol, so I've decided to
extend OperationSet directly.
cefexperiments
Danny van Heumen 12 years ago
parent fcf7d58da4
commit 5a03482109

@ -14,8 +14,7 @@
*
* @author Danny van Heumen
*/
public interface OperationSetBasicInstantMessagingTransport
extends OperationSetBasicInstantMessaging
public interface OperationSetBasicInstantMessagingTransport extends OperationSet
{
/**
* Constant value indicating unlimited size or number.

Loading…
Cancel
Save