Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.jabber.extensions.coin
Class UsersPacketExtension

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

public class UsersPacketExtension
extends AbstractPacketExtension

Users packet extension.

Author:
Sebastien Vincent

Field Summary
static String ELEMENT_NAME
          The name of the element that contains the users data.
static String NAMESPACE
          The namespace that users belongs to.
static String STATE_ATTR_NAME
          Entity attribute name.
 
Fields inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.AbstractPacketExtension
attributes
 
Constructor Summary
UsersPacketExtension()
          Constructor.
 
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

NAMESPACE

public static final String NAMESPACE
The namespace that users belongs to.


ELEMENT_NAME

public static final String ELEMENT_NAME
The name of the element that contains the users data.

See Also:
Constant Field Values

STATE_ATTR_NAME

public static final String STATE_ATTR_NAME
Entity attribute name.

See Also:
Constant Field Values
Constructor Detail

UsersPacketExtension

public UsersPacketExtension()
Constructor.


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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