Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip
Class ProtocolProviderExtensions

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.sip.ProtocolProviderExtensions

public class ProtocolProviderExtensions
extends Object

This is a protocol provider extensions class. Its called by the protocol provider. This is the place to put custom OperationSets used in custom branches of SIP Communicator.

Author:
Damian Minkov

Constructor Summary
ProtocolProviderExtensions()
           
 
Method Summary
static void registerCustomOperationSets(ProtocolProviderServiceSipImpl provider)
          Method called by the protocol provider which is passed as an argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolProviderExtensions

public ProtocolProviderExtensions()
Method Detail

registerCustomOperationSets

public static void registerCustomOperationSets(ProtocolProviderServiceSipImpl provider)
Method called by the protocol provider which is passed as an argument. A place to register any custom OperationSets.

Parameters:
provider - the protocol provider.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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