net.java.sip.communicator.impl.protocol.jabber.extensions.jingle
Class InputEvtPacketExtension
java.lang.Object
net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
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
| 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 |
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
InputEvtPacketExtension
public InputEvtPacketExtension()
- Constructs a new inputevt extension.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.