Public Member Functions | |
Room () | |
Public Attributes | |
std::string | name |
JID | jid |
bool | autoJoin |
std::string | nick |
boost::optional< std::string > | password |
Definition at line 21 of file Storage.h.
Definition at line 26 of file Storage.h.
Referenced by Swift::MUCBookmark::MUCBookmark().
Definition at line 25 of file Storage.h.
Referenced by Swift::MUCBookmark::MUCBookmark().
std::string Swift::Storage::Room::name |
Definition at line 24 of file Storage.h.
Referenced by Swift::MUCBookmark::MUCBookmark().
std::string Swift::Storage::Room::nick |
Definition at line 27 of file Storage.h.
Referenced by Swift::MUCBookmark::MUCBookmark().
boost::optional<std::string> Swift::Storage::Room::password |
Definition at line 28 of file Storage.h.
Referenced by Swift::MUCBookmark::MUCBookmark().