Uses of Class
rocks.xmpp.extensions.featureneg.model.FeatureNegotiation
-
Packages that use FeatureNegotiation Package Description rocks.xmpp.extensions.si.model Provides XML schema implementations of XEP-0095: Stream Initiation. -
-
Uses of FeatureNegotiation in rocks.xmpp.extensions.si.model
Methods in rocks.xmpp.extensions.si.model that return FeatureNegotiation Modifier and Type Method Description FeatureNegotiation
StreamInitiation. getFeatureNegotiation()
Gets the feature negotiation element.Constructors in rocks.xmpp.extensions.si.model with parameters of type FeatureNegotiation Constructor Description StreamInitiation(String id, String profile, String mimeType, Object profileElement, FeatureNegotiation featureNegotiation)
StreamInitiation(FeatureNegotiation featureNegotiation)
-