public static class MUCUser.Decline extends Object implements NamedElement
Constructor and Description |
---|
Decline(String reason,
org.jxmpp.jid.EntityBareJid to) |
Decline(String reason,
org.jxmpp.jid.EntityBareJid from,
org.jxmpp.jid.EntityBareJid to) |
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the root element name.
|
org.jxmpp.jid.EntityBareJid |
getFrom()
Returns the bare JID of the invitee that rejected the invitation.
|
String |
getReason()
Returns the message explaining why the invitation was rejected.
|
org.jxmpp.jid.EntityBareJid |
getTo()
Returns the bare JID of the inviting user.
|
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String ELEMENT
public org.jxmpp.jid.EntityBareJid getFrom()
public String getReason()
public org.jxmpp.jid.EntityBareJid getTo()
public XmlStringBuilder toXML(String enclosingNamespace)
Element
public String getElementName()
NamedElement
getElementName
in interface NamedElement