muc joining leaving debug, notification debug, delayed delivery wannabe detection
This commit is contained in:
parent
a51907b810
commit
f5fa45d853
8 changed files with 87 additions and 22 deletions
|
@ -64,7 +64,7 @@ bool Core::Conference::getJoined() const
|
|||
void Core::Conference::setJoined(bool p_joined)
|
||||
{
|
||||
if (joined != p_joined) {
|
||||
if (joined) {
|
||||
if (p_joined) {
|
||||
room->join();
|
||||
} else {
|
||||
room->leave();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue