Class Unsupported
- java.lang.Object
-
- rocks.xmpp.extensions.pubsub.model.errors.PubSubError
-
- rocks.xmpp.extensions.pubsub.model.errors.Unsupported
-
public final class Unsupported extends PubSubError
The implementation of the<unsupported/>
pubsub error.
-
-
Field Summary
-
Fields inherited from class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
CLOSED_NODE, CONFIGURATION_REQUIRED, INVALID_JID, INVALID_OPTIONS, INVALID_PAYLOAD, INVALID_SUB_ID, ITEM_FORBIDDEN, ITEM_REQUIRED, JID_REQUIRED, MAX_ITEMS_EXCEEDED, MAX_NODES_EXCEEDED, NODE_ID_REQUIRED, NOT_IN_ROSTER_GROUP, NOT_SUBSCRIBED, PAYLOAD_REQUIRED, PAYLOAD_TOO_BIG, PENDING_SUBSCRIPTION, PRESENCE_SUBSCRIPTION_REQUIRED, SUB_ID_REQUIRED, TOO_MANY_SUBSCRIPTIONS
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PubSubFeature
getFeature()
Gets the unsupported feature.-
Methods inherited from class rocks.xmpp.extensions.pubsub.model.errors.PubSubError
toString, unsupported
-
-
-
-
Method Detail
-
getFeature
public PubSubFeature getFeature()
Gets the unsupported feature.- Returns:
- The unsupported feature.
-
-