Class MUCLightElements.UserWithAffiliationElement
- java.lang.Object
-
- org.jivesoftware.smackx.muclight.element.MUCLightElements.UserWithAffiliationElement
-
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element
- Enclosing class:
- MUCLightElements
public static class MUCLightElements.UserWithAffiliationElement extends java.lang.Object implements org.jivesoftware.smack.packet.Element
User with affiliation element class.
-
-
Constructor Summary
Constructors Constructor Description UserWithAffiliationElement(org.jxmpp.jid.Jid user, MUCLightAffiliation affiliation)
User with affiliations element constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.CharSequence
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-
-
-
Constructor Detail
-
UserWithAffiliationElement
public UserWithAffiliationElement(org.jxmpp.jid.Jid user, MUCLightAffiliation affiliation)
User with affiliations element constructor.- Parameters:
user
- TODO javadoc me pleaseaffiliation
- TODO javadoc me please
-
-