Class ClientIQ
- java.lang.Object
-
- rocks.xmpp.core.stanza.model.Stanza
-
- rocks.xmpp.core.stanza.model.IQ
-
- rocks.xmpp.core.stanza.model.client.ClientIQ
-
- All Implemented Interfaces:
LanguageElement
,StreamElement
public final class ClientIQ extends IQ
The implementation of the<iq/>
element in thejabber:client
namespace.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClientIQ
from(IQ iq)
Creates an IQ for thejabber:client
namespace from a generic IQ.-
Methods inherited from class rocks.xmpp.core.stanza.model.IQ
createError, createError, createError, createResult, createResult, get, get, getType, isRequest, isResponse, set, set, setType, toString
-
Methods inherited from class rocks.xmpp.core.stanza.model.Stanza
getError, getExtension, getFrom, getId, getLanguage, getTo, hasExtension, isToItselfOrServer, setError, setFrom, setId, setLanguage, setTo
-
-