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 List<DiscoverInfo.Feature>
DiscoverInfo. getFeatures()
List<DiscoverInfo.Feature>
DiscoverInfoBuilder. getFeatures()
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 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)
-