Interface Feature
-
- All Known Implementing Classes:
MucFeature,PubSubFeature
public interface FeatureA feature which can be advertised by an XMPP entity.- See Also:
DiscoverableInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFeatureName()Gets the name of the feature.
-
-
-
Method Detail
-
getFeatureName
String getFeatureName()
Gets the name of the feature.- Returns:
- The feature name.
-
-