Class InvitationRequest
java.lang.Object
org.jivesoftware.smackx.workgroup.agent.OfferContent
org.jivesoftware.smackx.workgroup.agent.InvitationRequest
Request sent by an agent to invite another agent or user.
-
Constructor Summary
ConstructorsConstructorDescriptionInvitationRequest(org.jxmpp.jid.EntityJid inviter, org.jxmpp.jid.EntityBareJid room, String reason) -
Method Summary
-
Constructor Details
-
InvitationRequest
public InvitationRequest(org.jxmpp.jid.EntityJid inviter, org.jxmpp.jid.EntityBareJid room, String reason)
-
-
Method Details
-
getInviter
public org.jxmpp.jid.EntityJid getInviter() -
getRoom
public org.jxmpp.jid.EntityBareJid getRoom() -
getReason
-