| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Presence |
Occupant.getPresence() |
Presence |
MucModule.MucEvent.getPresence() |
Presence |
Room.rejoin() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MucModule.processPresence(Presence element) |
void |
Occupant.setPresence(Presence presence) |
void |
MucModule.MucEvent.setPresence(Presence presence) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<BareJID,Presence> |
PresenceStore.bestPresence |
protected Map<JID,Presence> |
PresenceStore.presenceByJid |
protected Map<BareJID,Map<String,Presence>> |
PresenceStore.presencesMapByBareJid |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Map<String,Presence> |
PresenceStore.createResourcePresenceMap() |
Map<String,Presence> |
PresenceStore.getPresences(BareJID jid)
Returns map of all known resources and related presences stanza of given
bare JID.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
static Presence |
Presence.create()
Creates new instance of stanza.
|
Copyright © 2006–2014 Tigase. All rights reserved.