Interface Feature
-
- All Known Implementing Classes:
MucFeature
,PubSubFeature
public interface Feature
A 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 String
getFeatureName()
Gets the name of the feature.
-
-
-
Method Detail
-
getFeatureName
String getFeatureName()
Gets the name of the feature.- Returns:
- The feature name.
-
-