org.media.mn8.protocol.jabber.datablocks
Class Roster

java.lang.Object
  |
  +--org.media.mn8.protocol.jabber.JabberDataBlock
        |
        +--org.media.mn8.protocol.jabber.datablocks.Iq
              |
              +--org.media.mn8.protocol.jabber.datablocks.Roster

public class Roster
extends Iq

Class representing the presence message block.


Field Summary
 
Fields inherited from class org.media.mn8.protocol.jabber.JabberDataBlock
attributes, childBlocks, parent, textData
 
Constructor Summary
Roster()
          Default constructor for outgoing presence messages.
Roster(JabberDataBlock _parent, Hashtable _attributes)
          Constructor.
 
Method Summary
 void setRequestRoster()
          Method to fill this presence object with the information neccessary to indicate the client is available.
 
Methods inherited from class org.media.mn8.protocol.jabber.datablocks.Iq
constructReply, getTagName
 
Methods inherited from class org.media.mn8.protocol.jabber.JabberDataBlock
addAttributeToStringBuffer, addChild, addText, constructReply, getAttribute, getBytes, getChildBlocks, getParent, getTagEnd, getTagStart, getText, setAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Roster

public Roster(JabberDataBlock _parent,
              Hashtable _attributes)
Constructor.

Parameters:
_parent - The parent of this datablock
_attributes - The list of element attributes

Roster

public Roster()
Default constructor for outgoing presence messages.

Method Detail

setRequestRoster

public void setRequestRoster()
Method to fill this presence object with the information neccessary to indicate the client is available.



"Copyright © 2000-2002 Internet Multicasting Services, media.org & noLimits Technologies. All Rights Reserved."