Public Attributes

Swift::MUCUserPayload::Invite Struct Reference

reason is optional. More...

Collaboration diagram for Swift::MUCUserPayload::Invite:

List of all members.

Public Attributes

std::string reason
JID from
JID to

Detailed Description

reason is optional.

from and to are mutually exclusive. From is used for MUC sending to invited client. To is used sending to MUC from inviting client. from is the JID the MUC claims the invite is from. to is the JID to send the invite to.

Definition at line 45 of file MUCUserPayload.h.


Member Data Documentation

Definition at line 47 of file MUCUserPayload.h.

Definition at line 46 of file MUCUserPayload.h.

Definition at line 48 of file MUCUserPayload.h.