Uses of Class
rocks.xmpp.core.stream.model.StreamFeatures
-
Packages that use StreamFeatures Package Description rocks.xmpp.core.stream.client Provides classes for client-side stream negotiation. -
-
Uses of StreamFeatures in rocks.xmpp.core.stream.client
Methods in rocks.xmpp.core.stream.client with parameters of type StreamFeatures Modifier and Type Method Description void
StreamFeaturesManager. processFeatures(StreamFeatures featuresElement)
Processes the<stream:features/>
element and immediately starts negotiating the first feature.
-