Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class CoinPacketExtension
extends AbstractPacketExtension

Represents the conference information.

Author:
Sebastien Vincent

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

ISFOCUS_ATTR_NAME

public static final String ISFOCUS_ATTR_NAME
IsFocus attribute name.

See Also:
Constant Field Values
Constructor Detail

CoinPacketExtension

public CoinPacketExtension()
Constructs a new coin extension.


CoinPacketExtension

public CoinPacketExtension(boolean isFocus)
Constructs a new coin extension.

Parameters:
isFocus - true if the peer is a conference focus; otherwise, false

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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