Uses of Class
tigase.jaxmpp.core.client.xmpp.stanzas.Presence

Packages that use Presence
tigase.jaxmpp.core.client.xmpp.modules.muc Support for XEP-0045: Multi-User Chat
tigase.jaxmpp.core.client.xmpp.modules.presence Support for presence. 
tigase.jaxmpp.core.client.xmpp.stanzas XMPP Stanzas. 
 

Uses of Presence in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.muc that return Presence
 Presence Occupant.getPresence()
           
 Presence MucModule.MucEvent.getPresence()
           
 Presence Room.rejoin()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.muc with parameters of type Presence
protected  void MucModule.processPresence(Presence element)
           
 void Occupant.setPresence(Presence presence)
           
 void MucModule.MucEvent.setPresence(Presence presence)
           
 

Uses of Presence in tigase.jaxmpp.core.client.xmpp.modules.presence
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.presence with type parameters of type Presence
protected  Map<BareJID,Presence> PresenceStore.bestPresence
           
protected  Map<JID,Presence> PresenceStore.presenceByJid
           
protected  Map<BareJID,Map<String,Presence>> PresenceStore.presencesMapByBareJid
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence that return Presence
 Presence PresenceStore.getBestPresence(BareJID jid)
          Returns presence stanza with highest priority of goven bare JID.
 Presence PresenceModule.PresenceEvent.getPresence()
          Returns Presence stanza.
 Presence PresenceStore.getPresence(JID jid)
          Returns presence stanza of given JID.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence that return types with arguments of type Presence
 Map<String,Presence> PresenceStore.getPresences(BareJID jid)
          Returns map of all known resources and related presences stanza of given bare JID.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.presence with parameters of type Presence
protected  boolean PresenceModule.fireBeforePresenceSend(Presence presence)
           
 void PresenceModule.process(Presence presence)
           
 void PresenceModule.PresenceEvent.setPresence(Presence presence)
           
protected  void PresenceStore.update(Presence presence)
           
protected  void PresenceStore.updateBestPresence(Presence presence)
           
 

Uses of Presence in tigase.jaxmpp.core.client.xmpp.stanzas
 

Methods in tigase.jaxmpp.core.client.xmpp.stanzas that return Presence
static Presence Presence.create()
          Creates new instance of stanza.
 



Copyright © 2006-2013 Tigase. All Rights Reserved.