8 private readonly
string roomId;
9 private readonly
string domain;
10 private readonly
string nickName;
11 private readonly
string password;
12 private readonly
bool permanent;
71 public string RoomJid => this.roomId +
"@" + this.domain;
Multi-User Chat Room information
RoomInfo(string RoomId, string Domain, string NickName, string Password, bool Permanent)
Multi-User Chat Room information
string NickName
Nick-name to use in room.
RoomInfo(string RoomId, string Domain, string NickName, bool Permanent)
Multi-User Chat Room information
bool Permanent
If room association should be persisted.
string Password
Password to use to enter room.