Package rocks.xmpp.core.stream.model
Provides XML schema implementations of the Stream
Namespace, like Stream Features.
-
Interface Summary Interface Description StreamElement This is a marker interface to mark top-level elements, which can be sent over the stream. -
Class Summary Class Description StreamError The implementation of the<stream:error/>
element.StreamFeature A base class for a stream feature, which is advertised by the server in its<stream:features/>
element.StreamFeatures The implementation of the<stream:features/>
element.StreamHeader Represents the XMPP stream header. -
Exception Summary Exception Description StreamErrorException Represents a stream error.