net.java.sip.communicator.impl.protocol.jabber
Interface TransportInfoSender
public interface TransportInfoSender
Represents functionality which allows a TransportManagerJabberImpl
implementation to send transport-info JingleIQs for the
purposes of expediting candidate negotiation.
- Author:
- Lyubomir Marinov
sendTransportInfo
void sendTransportInfo(Iterable<ContentPacketExtension> contents)
- Sends specific
ContentPacketExtensions in a
transport-info JingleIQ from the local peer to the
remote peer.
- Parameters:
contents - the ContentPacketExtensions to be sent in a
transport-info JingleIQ from the local peer to the
remote peer
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.