Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use OperationSetPersistentPresence
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.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.service.protocol   
net.java.sip.communicator.service.protocol.event   
 

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

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

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

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

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

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

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

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

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

Classes in net.java.sip.communicator.impl.protocol.mock that implement OperationSetPersistentPresence
 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 OperationSetPersistentPresence in net.java.sip.communicator.impl.protocol.msn
 

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

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

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

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

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

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

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

Methods in net.java.sip.communicator.impl.protocol.ssh that return OperationSetPersistentPresence
 OperationSetPersistentPresence ContactSSHImpl.getParentPresenceOperationSet()
          Returns the persistent presence operation set that this contact belongs to.
 OperationSetPersistentPresence ContactSSH.getParentPresenceOperationSet()
          Returns the persistent presence operation set that this contact belongs to.
 

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

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

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

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

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

Classes in net.java.sip.communicator.service.protocol that implement OperationSetPersistentPresence
 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.
 

Uses of OperationSetPersistentPresence in net.java.sip.communicator.service.protocol.event
 

Methods in net.java.sip.communicator.service.protocol.event that return OperationSetPersistentPresence
 OperationSetPersistentPresence ServerStoredGroupEvent.getSourceOperationSet()
          Returns a reference to the operation set that generated the event
 

Constructors in net.java.sip.communicator.service.protocol.event with parameters of type OperationSetPersistentPresence
ServerStoredGroupEvent(ContactGroup sourceGroup, int eventID, ContactGroup parentGroup, ProtocolProviderService sourceProvider, OperationSetPersistentPresence opSet)
          Creates a ServerStoredGroupChangeEvent instance.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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