blob: c69c63933f3c33da70a1e4711b8e801baa1d1f07 [file] [log] [blame]
#ifndef CHRONOCHAT_CHATROOM_TLV_HPP
#define CHRONOCHAT_CHATROOM_TLV_HPP
namespace chronos {
namespace tlv {
enum {
ChatroomInfo = 128,
ChatroomName = 129,
TrustModel = 130,
ChatroomPrefix = 131,
ManagerPrefix = 132,
Participants = 133,
};
} // namespace tlv
} // namespace chronos
#endif // CHRONOCHAT_CHATROOM_TLV_HPP