Class DiscoverInfo.Feature
java.lang.Object
org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
- Enclosing class:
- DiscoverInfo
Represents the features offered by the item. This information helps the requester to determine
what actions are possible with regard to this item (registration, search, join, etc.)
as well as specific feature types of interest, if any (e.g., for the purpose of feature
negotiation).
-
Constructor Summary
ConstructorDescriptionFeature
(CharSequence variable) Creates a new feature offered by an XMPP entity or item.Feature
(DiscoverInfo.Feature feature) -
Method Summary
-
Constructor Details
-
Feature
-
Feature
-
Feature
Creates a new feature offered by an XMPP entity or item.- Parameters:
variable
- the feature's variable.
-
-
Method Details