Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Package net.java.sip.communicator.impl.protocol.jabber

Interface Summary
CandidatesSender Represents functionality which allows a TransportManagerGTalkImpl implementation to send candidates SessionIQs for the purposes of expediting candidate negotiation.
TransportInfoSender Represents functionality which allows a TransportManagerJabberImpl implementation to send transport-info JingleIQs for the purposes of expediting candidate negotiation.
 

Class Summary
AbstractContactGroupJabberImpl The Jabber implementation of the service.protocol.ContactGroup interface.
ActiveCallsRepositoryGTalkImpl Keeps a list of all calls currently active and maintained by this protocol provider.
ActiveCallsRepositoryJabberImpl Keeps a list of all calls currently active and maintained by this protocol provider.
CallGTalkImpl A Google Talk implementation of the Call abstract class encapsulating Google Talk sessions.
CallJabberImpl A Jabber implementation of the Call abstract class encapsulating Jabber jingle sessions.
CallPeerGTalkImpl Implements a Google Talk CallPeer.
CallPeerJabberImpl Implements a Jabber CallPeer.
CallPeerMediaHandlerGTalkImpl An Google Talk specific extension of the generic media handler.
CallPeerMediaHandlerJabberImpl An XMPP specific extension of the generic media handler.
ChatRoomConfigurationFormFieldJabberImpl The Jabber protocol implementation of the ChatRoomConfigurationFormField.
ChatRoomConfigurationFormJabberImpl The Jabber implementation of the ChatRoomConfigurationForm interface.
ChatRoomInvitationJabberImpl The Jabber implementation of the ChatRoomInvitation interface.
ChatRoomJabberImpl Implements chat rooms for jabber.
ChatRoomMemberJabberImpl A Jabber implementation of the chat room member.
ConferenceMemberJabberImpl Represents a member and its details in a Jabber telephony conference managed by a CallPeer in its role as a conference focus.
ContactGroupJabberImpl The Jabber implementation of the ContactGroup interface.
ContactJabberImpl The Jabber implementation of the service.protocol.Contact interface.
FailoverConnectionMonitor When provider registers, check whether we are connected to the first server in the dns records, if its not - considers in failover state and start a task that will periodically checks to see if server has come back and when this happens, re-register to it.
IceUdpTransportManager A TransportManagerJabberImpl implementation that would use ICE for candidate management.
IncomingFileTransferJabberImpl The Jabber protocol extension of the AbstractFileTransfer.
IncomingFileTransferRequestJabberImpl Jabber implementation of the incoming file transfer request
InfoRetreiver Handles and retrieves all info of our contacts or our account info
InfoRetreiver.WorkDepartmentNameDetail Work department
InfoRetreiver.WorkFaxDetail Fax at work
InfoRetreiver.WorkPagerDetail Pager at work
JabberAccountID The Jabber implementation of a sip-communicator AccountID
JabberActivator Loads the Jabber provider factory and registers it with service in the OSGI bundle context.
JingleNodesCandidate Represents a Candidate obtained via Jingle Nodes.
JingleNodesCandidateDatagramSocket Represents an application-purposed (as opposed to an ICE-specific) DatagramSocket for a JingleNodesCandidate.
JingleNodesHarvester Implements a CandidateHarvester which gathers Candidates for a specified Component using Jingle Nodes as defined in XEP 278 "Jingle Relay Nodes".
MessageJabberImpl A simple implementation of the Message interface.
OperationSetAvatarJabberImpl A simple implementation of the OperationSetAvatar interface for the jabber protocol.
OperationSetBasicInstantMessagingJabberImpl A straightforward implementation of the basic instant messaging operation set.
OperationSetBasicTelephonyJabberImpl Implements all call management logic and exports basic telephony support by implementing OperationSetBasicTelephony.
OperationSetContactCapabilitiesJabberImpl Represents an OperationSet to query the OperationSets supported for a specific Jabber Contact.
OperationSetDesktopSharingClientJabberImpl Implements all desktop sharing client-side related functions for Jabber protocol.
OperationSetDesktopSharingServerJabberImpl Implements all desktop sharing server-side related functions for Jabber protocol.
OperationSetDesktopStreamingJabberImpl Implements all desktop streaming related functions for XMPP.
OperationSetExtendedAuthorizationsJabberImpl Extended authorization implementation for jabber provider.
OperationSetFileTransferJabberImpl The Jabber implementation of the OperationSetFileTransfer interface.
OperationSetFileTransferJabberImpl.FileTransferProgressThread Updates file transfer progress and status while sending or receiving a file.
OperationSetGenericNotificationsJabberImpl Provides notification for generic events with name and value, also option to generate such events.
OperationSetGeolocationJabberImpl The Jabber implementation of an OperationSetGeolocation done with the XEP-0080: User Geolocation.
OperationSetMultiUserChatJabberImpl A jabber implementation of the multi user chat operation set.
OperationSetPersistentPresenceJabberImpl The Jabber implementation of a Persistent Presence Operation set.
OperationSetServerStoredAccountInfoJabberImpl The Account Info Operation set is a means of accessing and modifying detailed information on the user/account that is currently logged in through this provider.
OperationSetServerStoredContactInfoJabberImpl  
OperationSetTelephonyConferencingJabberImpl Implements OperationSetTelephonyConferencing for Jabber.
OperationSetThumbnailedFileFactoryImpl The OperationSetThumbnailedFileFactory is meant to be used by bundles interested in making files with thumbnails.
OperationSetTypingNotificationsJabberImpl Maps SIP Communicator typing notifications to those going and coming from smack lib.
OperationSetVideoTelephonyJabberImpl Implements OperationSetVideoTelephony in order to give access to video-specific functionality in the Jabber protocol implementation.
OperationSetWhiteboardingJabberImpl Provides basic functionality for white-board.
OutgoingFileTransferJabberImpl The Jabber protocol extension of the AbstractFileTransfer.
P2PTransportManager Google P2P TransportManager.
ProtocolIconJabberImpl Represents the Jabber protocol icon.
ProtocolProviderFactoryJabberImpl The Jabber implementation of the ProtocolProviderFactory.
ProtocolProviderServiceJabberImpl An implementation of the protocol provider service over the Jabber protocol
QualityControlWrapper A wrapper of media quality control.
RawUdpTransportManager A TransportManagerJabberImpl implementation that would only gather a single candidate pair (i.e.
RootContactGroupJabberImpl A dummy ContactGroup implementation representing the ContactList root for Jabber contact lists.
ScServiceDiscoveryManager An wrapper to smack's default ServiceDiscoveryManager that adds support for XEP-0115 - Entity Capabilities.
ServerStoredContactListJabberImpl This class encapsulates the Roster class.
ThumbnailedFile A ThumbnailedFile is a file with a thumbnail.
TransportManagerGTalkImpl TransportManagers gather local candidates for incoming and outgoing calls.
TransportManagerJabberImpl TransportManagers gather local candidates for incoming and outgoing calls.
UriHandlerJabberImpl The jabber implementation of the URI handler.
VolatileContactGroupJabberImpl The Jabber implementation of the Volatile ContactGroup interface.
VolatileContactJabberImpl The Jabber implementation for Volatile Contact
WhiteboardInvitationJabberImpl The Jabber implementation of the WhiteboardInvitation interface.
WhiteboardParticipantJabberImpl The WhiteboardParticipantJabberImpl is a class that represents participants in a whiteboard.
WhiteboardSessionJabberImpl A representation of a WhiteboardSession.
 

Enum Summary
ProtocolProviderServiceJabberImpl.ConnectState State for connect and login state.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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