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.
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.JabberDataBlock |
addAttributeToStringBuffer, addChild, addText, constructReply, getAttribute, getBytes, getChildBlocks, getParent, getTagEnd, getTagStart, getText, setAttribute, toString |
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.
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."