Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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.InputEvtPacketExtension
All Implemented Interfaces:
org.jivesoftware.smack.packet.PacketExtension

public class InputEvtPacketExtension
extends AbstractPacketExtension

Represents the content inputevt element that may be find in content part of a Jingle media negociation.

Author:
Sebastien Vincent

Field Summary
static String ELEMENT_NAME
          Name of the XML element representing the extension.
static String NAMESPACE
          Namespace..
 
Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
attributes
 
Constructor Summary
InputEvtPacketExtension()
          Constructs a new inputevt extension.
 
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
Name of the XML element representing the extension.

See Also:
Constant Field Values

NAMESPACE

public static final String NAMESPACE
Namespace..

See Also:
Constant Field Values
Constructor Detail

InputEvtPacketExtension

public InputEvtPacketExtension()
Constructs a new inputevt extension.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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