public class DepartQueuePacket
extends org.jivesoftware.smack.packet.IQ
Constructor and Description |
---|
DepartQueuePacket(org.jxmpp.jid.EntityBareJid workgroup)
Creates a depart queue request stanza to the specified workgroup.
|
DepartQueuePacket(org.jxmpp.jid.EntityBareJid workgroup,
org.jxmpp.jid.EntityJid 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, getChildElementQName, getChildElementXML, getElementName, getType, initializeAsResultFor, isRequestIQ, isResponseIQ, setType, toString, toXML
addCommonAttributes, addExtension, addExtensions, appendErrorIfExists, getDefaultLanguage, getError, getExtension, getExtension, getExtensions, getExtensions, getFrom, getLanguage, getNamespace, 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.EntityBareJid workgroup)
workgroup
- the workgroup to depart.public DepartQueuePacket(org.jxmpp.jid.EntityBareJid workgroup, org.jxmpp.jid.EntityJid user)
workgroup
- the workgroup to depart.user
- the user to make depart from the queue.