public class DepartQueuePacket
extends org.jivesoftware.smack.packet.IQ
| Constructor and Description |
|---|
DepartQueuePacket(java.lang.String workgroup)
Creates a depart queue request stanza(/packet) to the specified workgroup.
|
DepartQueuePacket(java.lang.String workgroup,
java.lang.String user)
Creates a depart queue request to the specified workgroup and for the
specified user.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder |
getIQChildElementBuilder(org.jivesoftware.smack.packet.IQ.IQChildElementXmlStringBuilder buf) |
createErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementXML, getType, isRequestIQ, setType, toXMLaddCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensions, getExtensionsXML, getFrom, getLanguage, getPacketID, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, overrideExtension, removeExtension, removeExtension, setError, setFrom, setLanguage, setPacketID, setStanzaId, setTo, toStringpublic DepartQueuePacket(java.lang.String workgroup)
workgroup - the workgroup to depart.public DepartQueuePacket(java.lang.String workgroup,
java.lang.String user)
workgroup - the workgroup to depart.user - the user to make depart from the queue.