Dear gpatel-fr,
Thank you VERY much for your effort, I have installed and applied your prosody module.
Below the output, the room was “lobbytest” and I have replaced “meet.example.com” with “myserver.com”.
It seems that the lobby is not created even after enabling it in the GUI:
Here the results on server with prosody 0.11.2
host:list()
| myserver.com
| auth.myserver.com
| conference.myserver.com (muc component)
| conferenceduration.myserver.com (conference_duration_component component)
| focus.myserver.com (component)
| guest.myserver.com
| internal.auth.myserver.com (muc component)
| lobby.myserver.com (muc component)
| localhost
| speakerstats.myserver.com (speakerstats_component component)
| OK: 10 hosts
after “lobbytest” room creation:
muc:lstocc(“lobbytest@conference.myserver.com”)
| focus@auth.myserver.com owner moderator
| ykb9-0verlp-8erj@guest.myserver.com owner moderator
| Result: nil
after enabling lobby:
muc:lstocc(“lobbytest@lobby.myserver.com”)
| Result: nil
after knocking:
muc:lstocc(“lobbytest@lobby.myserver.com”)
| s-fimgwo6buc2it9@guest.myserver.com none participant
| Result: nil
Here the results using prosody 0.11.5
host:list()
| auth.myserver.com
| conference.myserver.com (muc component)
| conferenceduration.myserver.com (conference_duration_component component)
| focus.myserver.com (component)
| guest.myserver.com
| internal.auth.myserver.com (muc component)
| lobby.myserver.com (muc component)
| localhost
| myserver.com
| speakerstats.myserver.com (speakerstats_component component)
| OK: 10 hosts
after “lobbytest” room creation:
muc:lstocc(“lobbytest@conference.myserver.comg”)
| focus@auth.myserver.com owner moderator
| te4unizqxbvhxbyk@guest.myserver.com owner moderator
| Result: nil
after enabling lobby:
muc:lstocc(“lobbytest@lobby.myserver.com”)
| Result: nil
after knocking:
muc:lstocc(“lobbytest@lobby.myserver.com”)
| rplf2azpprdpmm1m@guest.myserver.com none participant
| Result: nil