Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl

Packages that use ProtocolProviderServiceJabberImpl
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive   
net.java.sip.communicator.impl.protocol.jabber.extensions.version   
 

Uses of ProtocolProviderServiceJabberImpl in net.java.sip.communicator.impl.protocol.jabber
 

Methods in net.java.sip.communicator.impl.protocol.jabber that return ProtocolProviderServiceJabberImpl
(package private)  ProtocolProviderServiceJabberImpl ServerStoredContactListJabberImpl.getParentProvider()
          Retrns a reference to the provider that created us.
 ProtocolProviderServiceJabberImpl OperationSetBasicTelephonyJabberImpl.getProtocolProvider()
          Returns the protocol provider that this operation set belongs to.
 

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type ProtocolProviderServiceJabberImpl
(package private) static org.ice4j.ice.Agent TransportManagerGTalkImpl.createAgent(ProtocolProviderServiceJabberImpl provider, boolean controlling)
          Creates the ICE agent that we would be using in this transport manager for all negotiation.
static FailoverConnectionMonitor FailoverConnectionMonitor.getInstance(ProtocolProviderServiceJabberImpl provider)
          Returns instance of the monitor for provider, if missing create it.
static PresenceStatus OperationSetPersistentPresenceJabberImpl.jabberStatusToPresenceStatus(org.jivesoftware.smack.packet.Presence presence, ProtocolProviderServiceJabberImpl jabberProvider)
          Converts the specified jabber status to one of the status fields of the JabberStatusEnum class.
static List<StunServerDescriptor> TransportManagerGTalkImpl.requestJingleInfo(ProtocolProviderServiceJabberImpl provider)
          Request Google's Jingle info.
 

Constructors in net.java.sip.communicator.impl.protocol.jabber with parameters of type ProtocolProviderServiceJabberImpl
ChatRoomJabberImpl(org.jivesoftware.smackx.muc.MultiUserChat multiUserChat, ProtocolProviderServiceJabberImpl provider)
          Creates an instance of a chat room that has been.
IncomingFileTransferRequestJabberImpl(ProtocolProviderServiceJabberImpl jabberProvider, OperationSetFileTransferJabberImpl fileTransferOpSet, org.jivesoftware.smackx.filetransfer.FileTransferRequest fileTransferRequest)
          Creates an IncomingFileTransferRequestJabberImpl based on the given fileTransferRequest, coming from the Jabber protocol.
InfoRetreiver(ProtocolProviderServiceJabberImpl jabberProvider, String ownerUin)
           
OperationSetAvatarJabberImpl(ProtocolProviderServiceJabberImpl parentProvider, OperationSetServerStoredAccountInfo accountInfoOpSet)
          Creates a new instances of OperationSetAvatarJabberImpl.
OperationSetBasicInstantMessagingJabberImpl(ProtocolProviderServiceJabberImpl provider)
          Creates an instance of this operation set.
OperationSetBasicTelephonyJabberImpl(ProtocolProviderServiceJabberImpl protocolProvider)
          Creates a new instance.
OperationSetContactCapabilitiesJabberImpl(ProtocolProviderServiceJabberImpl parentProvider)
          Initializes a new OperationSetContactCapabilitiesJabberImpl instance which is to be provided by a specific ProtocolProviderServiceJabberImpl.
OperationSetDesktopSharingClientJabberImpl(ProtocolProviderServiceJabberImpl parentProvider)
          Initializes a new OperationSetDesktopSharingClientJabberImpl.
OperationSetDTMFJabberImpl(ProtocolProviderServiceJabberImpl pps)
          Constructor.
OperationSetExtendedAuthorizationsJabberImpl(ProtocolProviderServiceJabberImpl provider, OperationSetPersistentPresenceJabberImpl opSetPersPresence)
          Creates OperationSetExtendedAuthorizations.
OperationSetFileTransferJabberImpl(ProtocolProviderServiceJabberImpl provider)
          Constructor
OperationSetGenericNotificationsJabberImpl(ProtocolProviderServiceJabberImpl provider)
          Creates an instance of this operation set.
OperationSetGeolocationJabberImpl(ProtocolProviderServiceJabberImpl provider)
          Constuctor
OperationSetMultiUserChatJabberImpl(ProtocolProviderServiceJabberImpl jabberProvider)
          Instantiates the user operation set with a currently valid instance of the Jabber protocol provider.
OperationSetPersistentPresenceJabberImpl(ProtocolProviderServiceJabberImpl provider)
          Creates the OperationSet.
OperationSetServerStoredAccountInfoJabberImpl(ProtocolProviderServiceJabberImpl jabberProvider, InfoRetreiver infoRetreiver, String uin)
           
OperationSetTelephonyConferencingJabberImpl(ProtocolProviderServiceJabberImpl parentProvider)
          Initializes a new OperationSetTelephonyConferencingJabberImpl instance which is to provide telephony conferencing services for the specified Jabber ProtocolProviderService implementation.
OperationSetTypingNotificationsJabberImpl(ProtocolProviderServiceJabberImpl provider)
           
OperationSetWhiteboardingJabberImpl(ProtocolProviderServiceJabberImpl provider)
          Creates an instance of this operation set.
OutgoingFileTransferJabberImpl(Contact receiver, File file, org.jivesoftware.smackx.filetransfer.OutgoingFileTransfer jabberTransfer, ProtocolProviderServiceJabberImpl protocolProvider)
          Creates an OutgoingFileTransferJabberImpl by specifying the receiver contact, the file, the jabberTransfer, that would be used to send the file through Jabber and the protocolProvider.
RootContactGroupJabberImpl(ProtocolProviderServiceJabberImpl protocolProvider)
          Creates a ContactGroup instance.
ScServiceDiscoveryManager(ProtocolProviderServiceJabberImpl parentProvider, String[] featuresToRemove, String[] featuresToAdd)
          Creates a new ScServiceDiscoveryManager wrapping the default discovery manager of the specified connection.
ServerStoredContactListJabberImpl(OperationSetPersistentPresenceJabberImpl parentOperationSet, ProtocolProviderServiceJabberImpl provider)
          Creates a ServerStoredContactList wrapper for the specified BuddyList.
WhiteboardSessionJabberImpl(ProtocolProviderServiceJabberImpl sourceProvider, OperationSetWhiteboardingJabberImpl opSet)
          WhiteboardSessionJabberImpl constructor.
 

Uses of ProtocolProviderServiceJabberImpl in net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive
 

Constructors in net.java.sip.communicator.impl.protocol.jabber.extensions.keepalive with parameters of type ProtocolProviderServiceJabberImpl
KeepAliveManager(ProtocolProviderServiceJabberImpl parentProvider)
          Creates manager.
 

Uses of ProtocolProviderServiceJabberImpl in net.java.sip.communicator.impl.protocol.jabber.extensions.version
 

Constructors in net.java.sip.communicator.impl.protocol.jabber.extensions.version with parameters of type ProtocolProviderServiceJabberImpl
VersionManager(ProtocolProviderServiceJabberImpl parentProvider)
          Creates and registers the provider.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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