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 JidgetFrom()Gets the invitee, who declined the invitation.StringgetReason()Gets the reason for the declination.JidgetTo()Gets the inviter, who sent the invitation.
-