Package org.jivesoftware.smackx.pubsub
Class UnsubscribeExtension
java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.UnsubscribeExtension
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
Represents an unsubscribe element.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUnsubscribeExtension
(String subscriptionJid) UnsubscribeExtension
(String subscriptionJid, String nodeId) UnsubscribeExtension
(String jid, String nodeId, String subscriptionId) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.pubsub.NodeExtension
getElementName, getNamespace, getNode, getPubSubNamespace, toString, toXML
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
jid
-
id
-
-
Constructor Details
-
UnsubscribeExtension
-
UnsubscribeExtension
-
UnsubscribeExtension
-
-
Method Details
-
getJid
-
getId
-
addXml
- Overrides:
addXml
in classNodeExtension
-