| Package | Description |
|---|---|
| rocks.xmpp.core.session |
Provides classes related to an XMPP session.
|
| rocks.xmpp.core.stanza |
Provides classes for XML stanza management (message, presence, IQ).
|
| rocks.xmpp.core.stanza.model.client | |
| rocks.xmpp.core.subscription |
Provides classes for Managing Presence Subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
Presence |
XmppSession.sendAndAwaitPresence(ClientStreamElement stanza,
StanzaFilter<Presence> filter)
Sends a stanza and then waits for a presence stanza to arrive.
|
| Modifier and Type | Method and Description |
|---|---|
Presence |
XmppSession.sendAndAwaitPresence(ClientStreamElement stanza,
StanzaFilter<Presence> filter)
Sends a stanza and then waits for a presence stanza to arrive.
|
| Modifier and Type | Method and Description |
|---|---|
Presence |
PresenceEvent.getPresence()
Gets the presence.
|
| Constructor and Description |
|---|
PresenceEvent(Object source,
Presence presence,
boolean inbound)
Constructs a presence event.
|
| Modifier and Type | Method and Description |
|---|---|
Presence |
Presence.createError(Condition condition) |
Presence |
Presence.createError(StanzaError error) |
Presence |
Presence.withFrom(Jid from) |
| Modifier and Type | Method and Description |
|---|---|
Presence |
PresenceManager.getLastSentPresence()
Gets the last sent (non-directed) presence, that has been broadcast by the server.
|
Presence |
PresenceManager.getPresence(Jid jid)
Gets the presence for a given contact.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Presence> |
PresenceManager.getLastSentPresences()
Gets the last sent presences, that have been sent, including directed presences.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.