Class MUCLightElements.OccupantsElement
java.lang.Object
org.jivesoftware.smackx.muclight.element.MUCLightElements.OccupantsElement
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element
- Enclosing class:
- MUCLightElements
public static class MUCLightElements.OccupantsElement
extends Object
implements org.jivesoftware.smack.packet.Element
Occupants element class.
-
Constructor Summary
ConstructorsConstructorDescriptionOccupantsElement(Map<org.jxmpp.jid.Jid, MUCLightAffiliation> occupants) Occupants element constructor. -
Method Summary
Modifier and TypeMethodDescriptiontoXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXML
-
Constructor Details
-
OccupantsElement
Occupants element constructor.- Parameters:
occupants- TODO javadoc me please
-
-
Method Details
-
toXML
- Specified by:
toXMLin interfaceorg.jivesoftware.smack.packet.Element
-