Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.protocol.OperationSetPresence

Packages that use OperationSetPresence
net.java.sip.communicator.impl.gui.main   
net.java.sip.communicator.impl.osdependent.jdic   
net.java.sip.communicator.impl.protocol.dict   
net.java.sip.communicator.impl.protocol.gibberish   
net.java.sip.communicator.impl.protocol.icq   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation   
net.java.sip.communicator.impl.protocol.mock   
net.java.sip.communicator.impl.protocol.msn   
net.java.sip.communicator.impl.protocol.rss   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.impl.protocol.ssh   
net.java.sip.communicator.impl.protocol.yahoo   
net.java.sip.communicator.impl.protocol.zeroconf   
net.java.sip.communicator.plugin.generalconfig.autoaway   
net.java.sip.communicator.service.protocol   
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.gui.main
 

Methods in net.java.sip.communicator.impl.gui.main that return OperationSetPresence
static OperationSetPresence MainFrame.getProtocolPresenceOpSet(ProtocolProviderService protocolProvider)
          Returns the presence operation set for the given protocol provider.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.osdependent.jdic
 

Constructors in net.java.sip.communicator.impl.osdependent.jdic with parameters of type OperationSetPresence
StatusSelector(SystrayServiceJdicImpl jdicSystray, ProtocolProviderService provider, OperationSetPresence presence, boolean swing)
          Creates an instance of StatusSelector
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.dict
 

Classes in net.java.sip.communicator.impl.protocol.dict that implement OperationSetPresence
 class OperationSetPersistentPresenceDictImpl
          A Dict implementation of a persistent presence operation set.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.gibberish
 

Classes in net.java.sip.communicator.impl.protocol.gibberish that implement OperationSetPresence
 class OperationSetPersistentPresenceGibberishImpl
          A Gibberish implementation of a persistent presence operation set.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.icq
 

Classes in net.java.sip.communicator.impl.protocol.icq that implement OperationSetPresence
 class OperationSetPersistentPresenceIcqImpl
          The ICQ implementation of a Persistent Presence Operation set.
 

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

Classes in net.java.sip.communicator.impl.protocol.jabber that implement OperationSetPresence
 class OperationSetPersistentPresenceJabberImpl
          The Jabber implementation of a Persistent Presence Operation set.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation
 

Constructors in net.java.sip.communicator.impl.protocol.jabber.extensions.geolocation with parameters of type OperationSetPresence
GeolocationPresence(OperationSetPresence persistentPresence)
           
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.mock
 

Classes in net.java.sip.communicator.impl.protocol.mock that implement OperationSetPresence
 class MockPersistentPresenceOperationSet
          A mock implementation of a persistent presence operation set containing a constant contact list and used for testing the meta contact list.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.msn
 

Classes in net.java.sip.communicator.impl.protocol.msn that implement OperationSetPresence
 class OperationSetPersistentPresenceMsnImpl
          The Msn implementation of a Persistent Presence Operation set.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.rss
 

Classes in net.java.sip.communicator.impl.protocol.rss that implement OperationSetPresence
 class OperationSetPersistentPresenceRssImpl
          A RSS implementation of a persistent presence operation set.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.sip
 

Classes in net.java.sip.communicator.impl.protocol.sip that implement OperationSetPresence
 class OperationSetPresenceSipImpl
          Sip presence implementation (SIMPLE).
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.ssh
 

Classes in net.java.sip.communicator.impl.protocol.ssh that implement OperationSetPresence
 class OperationSetPersistentPresenceSSHImpl
          A SSH implementation of a persistent presence operation set.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.yahoo
 

Classes in net.java.sip.communicator.impl.protocol.yahoo that implement OperationSetPresence
 class OperationSetPersistentPresenceYahooImpl
          The Yahoo implementation of a Persistent Presence Operation set.
 

Uses of OperationSetPresence in net.java.sip.communicator.impl.protocol.zeroconf
 

Classes in net.java.sip.communicator.impl.protocol.zeroconf that implement OperationSetPresence
 class OperationSetPersistentPresenceZeroconfImpl
          A Zeroconf implementation of a persistent presence operation set.
 

Uses of OperationSetPresence in net.java.sip.communicator.plugin.generalconfig.autoaway
 

Methods in net.java.sip.communicator.plugin.generalconfig.autoaway with parameters of type OperationSetPresence
(package private) static PresenceStatus StatusUpdateThread.findAwayStatus(OperationSetPresence presence)
          Finds the Away-Status of the protocols
 

Uses of OperationSetPresence in net.java.sip.communicator.service.protocol
 

Subinterfaces of OperationSetPresence in net.java.sip.communicator.service.protocol
 interface OperationSetPersistentPresence
          This interface is an extension of the presence operation set, meant to be implemented by protocols that support server stored contact lists (like icq for example).
 

Classes in net.java.sip.communicator.service.protocol that implement OperationSetPresence
 class AbstractOperationSetPersistentPresence<T extends ProtocolProviderService>
          Represents a default implementation of OperationSetPersistentPresence in order to make it easier for implementers to provide complete solutions while focusing on implementation-specific details.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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