| Package | Description |
|---|---|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| rocks.xmpp.core.stanza.model.client | |
| rocks.xmpp.core.stanza.model.server |
| Modifier and Type | Method and Description |
|---|---|
IQ |
IQ.createError(Condition condition) |
IQ |
IQ.createError(StanzaError error) |
IQ |
IQ.createResult()
Creates a result IQ stanza, i.e. it uses the same id as this IQ, sets the type to 'result' and switches the 'to' and 'from' attribute.
|
IQ |
IQ.createResult(Object extension)
Creates a result IQ stanza with a payload, i.e. it uses the same id as this IQ, sets the type to 'result' and switches the 'to' and 'from' attribute.
|
static IQ |
IQ.get(Jid to,
Object extension)
Creates an IQ of type 'get' with a random id.
|
static IQ |
IQ.get(Object extension)
Creates an IQ of type 'get' with a random id.
|
static IQ |
IQ.set(Jid to,
Object extension)
Creates an IQ of type 'set' with a random id.
|
static IQ |
IQ.set(Object extension)
Creates an IQ of type 'set' with a random id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientIQ
The implementation of the
<iq/> element in the jabber:client namespace. |
| Modifier and Type | Method and Description |
|---|---|
static ClientIQ |
ClientIQ.from(IQ iq)
Creates an IQ for the
jabber:client namespace from a generic IQ. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerIQ
The implementation of the
<iq/> element in the jabber:server namespace. |
| Modifier and Type | Method and Description |
|---|---|
static ServerIQ |
ServerIQ.from(IQ iq)
Creates an IQ for the
jabber:server namespace from a generic IQ. |
Copyright © 2014–2016 XMPP.rocks. All rights reserved.