Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Class TransferredPacketExtension

java.lang.Object
  extended by net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
      extended by net.java.sip.communicator.impl.protocol.jabber.extensions.jingle.TransferredPacketExtension
All Implemented Interfaces:
org.jivesoftware.smack.packet.PacketExtension

public class TransferredPacketExtension
extends AbstractPacketExtension

Implements AbstractPacketExtension for the "transferred" element defined by XEP-0251: Jingle Session Transfer.

Author:
Lyubomir Marinov

Field Summary
static String ELEMENT_NAME
          The name of the "transfer" element.
static String NAMESPACE
          The namespace of the "transfer" element.
 
Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
attributes
 
Constructor Summary
TransferredPacketExtension()
          Initializes a new TransferredPacketExtension instance.
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
addChildExtension, getAttribute, getAttributeAsInt, getAttributeAsInt, getAttributeAsString, getAttributeAsURI, getAttributeNames, getChildExtensions, getChildExtensionsOfType, getElementName, getFirstChildOfType, getNamespace, getText, removeAttribute, setAttribute, setNamespace, setText, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
The name of the "transfer" element.

See Also:
Constant Field Values

NAMESPACE

public static final String NAMESPACE
The namespace of the "transfer" element.

See Also:
Constant Field Values
Constructor Detail

TransferredPacketExtension

public TransferredPacketExtension()
Initializes a new TransferredPacketExtension instance.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.