Package rocks.xmpp.extensions.jingle
Provides classes for XEP-0166: Jingle.
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 JingleEvent This event notifies listeners, when a Jingle session is initiated.JingleManager JingleSession -
Enum Summary Enum Description JingleSession.State Represents the state of a Jingle session.