Public Types | |
typedef boost::shared_ptr < MUCDestroyPayload > | ref |
Public Member Functions | |
MUCDestroyPayload () | |
void | setNewVenue (const JID &jid) |
const JID & | getNewVenue () const |
void | setReason (const std::string &reason) |
const std::string & | getReason () const |
Definition at line 15 of file MUCDestroyPayload.h.
typedef boost::shared_ptr<MUCDestroyPayload> Swift::MUCDestroyPayload::ref |
Reimplemented from Swift::Payload.
Definition at line 17 of file MUCDestroyPayload.h.
Swift::MUCDestroyPayload::MUCDestroyPayload | ( | ) | [inline] |
Definition at line 19 of file MUCDestroyPayload.h.
const JID& Swift::MUCDestroyPayload::getNewVenue | ( | ) | const [inline] |
Definition at line 26 of file MUCDestroyPayload.h.
const std::string& Swift::MUCDestroyPayload::getReason | ( | ) | const [inline] |
Definition at line 34 of file MUCDestroyPayload.h.
void Swift::MUCDestroyPayload::setNewVenue | ( | const JID & | jid | ) | [inline] |
Definition at line 22 of file MUCDestroyPayload.h.
void Swift::MUCDestroyPayload::setReason | ( | const std::string & | reason | ) | [inline] |
Definition at line 30 of file MUCDestroyPayload.h.