Uses of Class
org.jivesoftware.smackx.disco.packet.DiscoverInfo.Feature
-
Packages that use DiscoverInfo.Feature Package Description org.jivesoftware.smackx.disco.packet Element classes for XEP-0030: Service Discovery. -
-
Uses of DiscoverInfo.Feature in org.jivesoftware.smackx.disco.packet
Methods in org.jivesoftware.smackx.disco.packet that return types with arguments of type DiscoverInfo.Feature Modifier and Type Method Description java.util.List<DiscoverInfo.Feature>
DiscoverInfo. getFeatures()
java.util.List<DiscoverInfo.Feature>
DiscoverInfoBuilder. getFeatures()
java.util.List<DiscoverInfo.Feature>
DiscoverInfoView. getFeatures()
Returns the discovered features of an XMPP entity.Methods in org.jivesoftware.smackx.disco.packet with parameters of type DiscoverInfo.Feature Modifier and Type Method Description boolean
DiscoverInfo. addFeature(DiscoverInfo.Feature feature)
Deprecated.useDiscoverInfoBuilder.addFeature(DiscoverInfo.Feature)
instead.DiscoverInfoBuilder
DiscoverInfoBuilder. addFeature(DiscoverInfo.Feature feature)
Constructors in org.jivesoftware.smackx.disco.packet with parameters of type DiscoverInfo.Feature Constructor Description Feature(DiscoverInfo.Feature feature)
-