Package rocks.xmpp.extensions.jingle.model.errors
Provides XML schema implementations of XEP-0166: Jingle
(errors).
It defines an XMPP protocol extension for initiating and managing peer-to-peer media sessions between two XMPP entities in a way that is interoperable with existing Internet standards. The protocol provides a pluggable model that enables the core session management semantics (compatible with SIP) to be used for a wide variety of application types (e.g., voice chat, video chat, file transfer) and with a wide variety of transport methods (e.g., TCP, UDP, ICE, application-specific transports).
-
Class Summary Class Description OutOfOrder The implementation of the<out-of-order/>
jingle error.TieBreak The implementation of the<tie-break/>
jingle error.UnknownSession The implementation of the<unknown-session/>
jingle error.UnsupportedInfo The implementation of the<unsupported-info/>
jingle error.