net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Class CallInfoPacketExtension
java.lang.Object
net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
net.java.sip.communicator.impl.protocol.jabber.extensions.coin.CallInfoPacketExtension
- All Implemented Interfaces:
- org.jivesoftware.smack.packet.PacketExtension
public class CallInfoPacketExtension
- extends AbstractPacketExtension
Call information packet extension.
- 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 |
NAMESPACE
public static final String NAMESPACE
- The namespace that call info belongs to.
- See Also:
- Constant Field Values
ELEMENT_NAME
public static final String ELEMENT_NAME
- The name of the element that contains the call info.
- See Also:
- Constant Field Values
CallInfoPacketExtension
public CallInfoPacketExtension()
- Constructor.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.