public class DepartQueuePacket
extends org.jivesoftware.smack.packet.IQ
Constructor and Description |
---|
DepartQueuePacket(org.jxmpp.jid.Jid workgroup)
Creates a depart queue request stanza(/packet) to the specified workgroup.
|
DepartQueuePacket(org.jxmpp.jid.Jid workgroup,
org.jxmpp.jid.Jid 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, createErrorResponse, createErrorResponse, createResultIQ, getChildElementName, getChildElementNamespace, getChildElementXML, getType, initialzeAsResultFor, isRequestIQ, setType, toString, toXML
addCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensions, getExtensionsXML, getFrom, getLanguage, getPacketID, getStanzaId, getTo, hasExtension, hasExtension, hasStanzaIdSet, logCommonAttributes, overrideExtension, removeExtension, removeExtension, setError, setError, setFrom, setFrom, setLanguage, setPacketID, setStanzaId, setStanzaId, setTo, setTo
public DepartQueuePacket(org.jxmpp.jid.Jid workgroup)
workgroup
- the workgroup to depart.public DepartQueuePacket(org.jxmpp.jid.Jid workgroup, org.jxmpp.jid.Jid user)
workgroup
- the workgroup to depart.user
- the user to make depart from the queue.