Class Decline
- java.lang.Object
-
- rocks.xmpp.extensions.muc.model.user.Decline
-
public final class Decline extends Object
The implementation of the<decline/>
element.- See Also:
- 7.8.2 Mediated Invitation
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Jid
getFrom()
Gets the invitee, who declined the invitation.String
getReason()
Gets the reason for the declination.Jid
getTo()
Gets the inviter, who sent the invitation.
-