|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.media.mn8.protocol.jabber.JabberDataBlock | +--org.media.mn8.protocol.jabber.datablocks.Iq | +--org.media.mn8.protocol.jabber.datablocks.Roster
Class representing the presence message block.
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,
java.util.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 |
public Roster(JabberDataBlock _parent, java.util.Hashtable _attributes)
_parent
- The parent of this datablock_attributes
- The list of element attributespublic Roster()
Method Detail |
public void setRequestRoster()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |