| Package | Description |
|---|---|
| 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.
|
IQ |
IQ.withFrom(Jid from) |
Copyright © 2014–2015 XMPP.rocks. All rights reserved.